List of all Regex mentioned in the code..
Value | Count | File:Line |
"@^(.+?)(\+(all)?)?/?$@"
| 1 | |
'!\t!m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'/^http(s)?:\/\//i'
| 1 | - /includes/vendor/rmccue/requests/library/Requests.php
|
'/__' . $i . '__/'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
"/'\+'/m"
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'/"\+"/m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'/([\x21\x25\x26\x28\x29\x2a\x2b\x2c\x2d\x2f\x3a\x3b\x3c\x3d\x3e\x3f\x5b\x5d\x5c\x7b\x7c\x7d\x7e])\s/m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'/\s([\x21\x25\x26\x28\x29\x2a\x2b\x2c\x2d\x2f\x3a\x3b\x3c\x3d\x3e\x3f\x5b\x5d\x5c\x7b\x7c\x7d\x7e])/m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'![ ]{2,}!m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'!/\*.+?\*/!sm'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'#^HTTP/(1\.\d)[ \t]+(\d+)#i'
| 1 | - /includes/vendor/rmccue/requests/library/Requests.php
|
'!\s*//.+$!m'
| 1 | - /includes/vendor/ozh/bookmarkletgen/src/Ozh/Bookmarkletgen/Bookmarkletgen.php
|
'/[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]/'
| 1 | - /includes/vendor/spatie/array-to-xml/src/ArrayToXml.php
|
'|^http://|'
| 1 | - /includes/Config/Init.php
|
'/%([^%]+)?%/'
| 1 | - /includes/functions-html.php
|
'/# BEGIN ShortURL.*# END ShortURL/s'
| 1 | - /includes/functions-upgrade.php
|
'#=(&|$)#'
| 1 | - /includes/functions-links.php
|
'|^https?://|i'
| 1 | - /includes/functions-links.php
|
'/\n[ \t]/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests.php
|
'#(\s+)#i'
| 1 | - /includes/vendor/rmccue/requests/library/Requests.php
|
'!.*?/\*(.*?)\*/!ms'
| 1 | - /includes/functions-plugins.php
|
'/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'/:([^\s;)]*)/'
| 1 | - /includes/Admin/Logger.php
|
'/([A-Z])/'
| 1 | - /includes/vendor/geoip2/geoip2/src/Record/AbstractRecord.php
|
"/^(\\-+(?:BEGIN|END))\\s+TRUSTED\\s+(CERTIFICATE\\-+)\$/m"
| 1 | - /includes/vendor/composer/ca-bundle/src/CaBundle.php
|
'/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'lowerCase'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'titleCaseRegexp'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'upperCase'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'/[\x80-\xFF]+/'
| 1 | - /includes/vendor/symfony/polyfill-mbstring/Mbstring.php
|
'/(?:[^\x00-\x7F])/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IDNAEncoder.php
|
'/^-?\d+$/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/Cookie.php
|
'#^(.+\.)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$#'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/Cookie.php
|
'/(?:^|:)(?:0(?::|$))+/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IPv6.php
|
'/(^|:)0+([0-9])/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IPv6.php
|
'/^[A-Za-z][0-9A-Za-z+\-.]*$/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IRI.php
|
'/%(?![A-Fa-f0-9]{2})/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IRI.php
|
'/(?:%[A-Fa-f0-9]{2})+/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IRI.php
|
'/^((?P<scheme>[^:\/?#]+):)?(\/\/(?P<authority>[^\/?#]*))?(?P<path>[^?#]*)(\?(?P<query>[^#]*))?(#(?P<fragment>.*))?$/'
| 1 | - /includes/vendor/rmccue/requests/library/Requests/IRI.php
|
'!(\s*)?\*?(\s*)?(.*?):\s+(.*)!'
| 1 | - /includes/functions-plugins.php
|
'/^[A-Z]{2}$/'
| 1 | - /includes/functions-geo.php
|
"/([^\\\])D/"
| 1 | - /includes/functions-l10n.php
|
'/<meta[^>]*charset\s*=["\' ]*([a-zA-Z0-9\-_]+)/is'
| 1 | |
"/\s+/"
| 1 | - /includes/functions-formatting.php
|
'![^' . $pattern . ']!'
| 1 | - /includes/functions-formatting.php
|
'!^[a-zA-Z0-9+.-]+://!'
| 1 | |
'!^[a-zA-Z][a-zA-Z0-9+.-]+:(//)?!'
| 1 | |
'/^Microsoft-IIS\//'
| 1 | |
"@^[a-zA-Z]+://.+@"
| 1 | |
'/charset=(\S+)/'
| 1 | |
'/<title>(.*?)<\/title>/is'
| 1 | |
"/^{$token}:[0-9.E-]+;$end/"
| 1 | - /includes/functions-options.php
|
'![^0-9a-zA-Z\':., /{}\(\)\[\]\+@&\!\?;_\-=~\*\#]!'
| 1 | |
'/_.+_abbreviation$/'
| 1 | - /includes/functions-l10n.php
|
'/_.+_initial$/'
| 1 | - /includes/functions-l10n.php
|
"/([^\\\])A/"
| 1 | - /includes/functions-l10n.php
|
"/([^\\\])a/"
| 1 | - /includes/functions-l10n.php
|
"/([^\\\])M/"
| 1 | - /includes/functions-l10n.php
|
"/([^\\\])l/"
| 1 | - /includes/functions-l10n.php
|
"/([^\\\])F/"
| 1 | - /includes/functions-l10n.php
|
'/[^0-9]/'
| 1 | - /includes/functions-formatting.php
|
'/[^0-9a-fA-F:., ]/'
| 1 | - /includes/functions-formatting.php
|
'!^\d{1,2}/\d{1,2}/\d{4}$!'
| 1 | - /includes/functions-formatting.php
|
'/&([A-Za-z]{2,8});/'
| 1 | - /includes/functions-kses.php
|
"/^{$token}:[0-9]+:/s"
| 1 | - /includes/functions-options.php
|
"/[$quotes]${user}[$quotes]\s*=>\s*[$quotes]" . preg_quote($password, '/') . "[$quotes]/"
| 1 | - /includes/functions-auth.php
|
'/(\\\\0)+/'
| 1 | - /includes/functions-kses.php
|
'/\0+/'
| 1 | - /includes/functions-kses.php
|
'/&#[Xx]([0-9A-Fa-f]+);/'
| 1 | - /includes/functions-kses.php
|
'/&#([0-9]+);/'
| 1 | - /includes/functions-kses.php
|
'/&#[Xx](0*[0-9A-Fa-f]{1,6});/'
| 1 | - /includes/functions-kses.php
|
'/&#(0*[0-9]{1,7});/'
| 1 | - /includes/functions-kses.php
|
'/([a-z])/i'
| 1 | - /includes/functions-formatting.php
|
'/^([0-9])/'
| 1 | - /includes/functions-formatting.php
|
'/&#(x)?0*(?(1)27|39);?/i'
| 1 | - /includes/functions-formatting.php
|
'|[^a-z0-9-~+_.?#=!&;,/:%@$\|*\'()\[\]\\x80-\\xff]|i'
| 1 | - /includes/functions-formatting.php
|
'/[&<>"\']/'
| 1 | - /includes/functions-formatting.php
|
'/^./us'
| 1 | - /includes/functions-formatting.php
|
'/^./u'
| 1 | - /includes/functions-formatting.php
|
'|/+|'
| 1 | - /includes/functions-formatting.php
|
'/([0-9]+\.[0-9.]+).*$/'
| 1 | - /includes/functions-formatting.php
|
'@https?://@'
| 1 | |
'/^([0-9a-f]+)(?:;(?:[\w-]*)(?:=(?:(?:[\w-]*)*|"(?:[^\r\n])*"))?)*\r\n/i'
| 2 | - /includes/vendor/rmccue/requests/library/Requests.php
- /includes/vendor/rmccue/requests/library/Requests.php
|