List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/^' . preg_quote(static::requestWebroot( ), '/') . '/' | 1 |
|
"/([\/\\\\]{$this->_renderType})$/" | 1 |
|
'#/+#' | 1 |
|
'/[\s]+/' | 1 |
|
"/^'(.*)'(?:::.*)$/" | 1 |
|
'/([0-9a-f]{8})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{12})/' | 1 |
|
'/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/u' | 1 |
|
"/({$ext})$/u" | 1 |
|
"/(?:[^\w\.-]+)/" | 1 |
|
'/(?<=\\w)([A-Z])/' | 1 |
|
'/^' . preg_quote($base, '/') . '/' | 1 |
|
'/&[0-9a-z]{2,8};|&#[0-9]{1,7};|&#x[0-9a-f]{1,6};/i' | 1 |
|
'/(function bootstrap\(\)(?:\s*)\:(?:\s*)void(?:\s+)\{)/m' | 1 |
|
"/ # whitespace and addPlugin call \s*\\\$this\-\>addPlugin\( # plugin name in quotes of any kind \s*['\"]{$plugin}['\"] # method arguments assuming a literal array with multiline args (\s*,[\s\\n]*\[(\\n.*|.*){0,5}\][\\n\s]*)? # closing paren of method \);/mx" | 1 |
|
'/\:\d+$/' | 1 |
|
'/"/' | 1 |
|
'/\b' . trim($selectKey, '"') . '\b/i' | 1 |
|
'/\[|\]/' | 1 |
|
'/`([^`]+)`/' | 1 |
|
'/\.\d*\./' | 1 |
|
'/_id$/' | 1 |
|
'/(Shell|Command)\.php$/' | 1 |
|
'/(?:(\/$))/' | 1 |
|
'#/\\\\\*\\\\\*$#' | 1 |
|
'#/\\\\\*$#' | 1 |
|
'/[`"\[\]]/' | 1 |
|
'/\s+/m' | 1 |
|
'/Fixture\z/' | 1 |
|
'/\b' . trim($selectKey, '[]') . '\b/i' | 1 |
|
'/<(?P<tag>[a-z0-9-_]+)>(?P<text>.*?)<\/(\1)>/ims' | 1 |
|
'/(Shell|Command)$/' | 1 |
|
'/(?:(?<!href="|src="|">) (?> ( (?<left>[\[<(]) # left paren,brace (?> # Lax match URL (?<url>(?:https?|ftp|nntp):\/\/[\p{L}0-9.\-_:]+(?:[\/?][\p{L}0-9.\-_:\/?=&>\[\]\(\)\#\@\+~!;,%]+[^-_:?>\[\(\@\+~!;<,.%\s])?) (?<right>[\])>]) # right paren,brace ) ) | (?<url_bare>(?P>url)) # A bare URL. Use subroutine ) )/ixu' | 1 |
|
'#(?<!href="|">)(?<!\b[[:punct:]])(?<!http://|https://|ftp://|nntp://)www\.[^\s\n\%\ <]+[^\s<\n\%\,\.\ <](?<!\))#i' | 1 |
|
'/(?<=\s|^|\(|\>|\;)(' . $atom . '*(?:\.' . $atom . '+)*@[\p{L}0-9-]+(?:\.[\p{L}0-9-]+)+)/ui' | 1 |
|
'|<br[^>]*>\s*<br[^>]*>|i' | 1 |
|
"/\n\n+/" | 1 |
|
'|<p>\s*</p>|' | 1 |
|
'/(\.\d+){1,10}$/' | 2 |
|
'/(\.\d+)+$/' | 2 |
|
'#</?(?:' . $tags . ')>#' | 2 |
|