List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/\/index$/' | 1 |
|
'/^---$/' | 1 |
|
'/^[' . UTF8_BOM . ']*-{3}\r?\n(.*)\r?\n-{3}\R(.*)/ms' | 1 |
|
'/\R?$/' | 1 |
|
'/^([0-9])+-/' | 1 |
|
'/\/[0-9]+-/' | 1 |
|
'#\/index$#' | 1 |
|
'#\/?index.php#' | 1 |
|
'#' . $regex . '#' | 1 |
|
'/{([a-zA-Z0-9\_\-]+)}/' | 1 |
|
'/\b' . preg_quote($word) . '\b/i' | 1 |
|
'#^[^/:]+://[^/]+#' | 1 |
|
'/^([0-9]{4}-[0-9]{2}-[0-9]{2}).*$/' | 2 |
|
'/^[0-9]+-/' | 2 |
|