List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/\/+/' | 1 |
|
'/([^\w' . $ignore . ']|_)+/i' | 1 |
|
'/[\r\n]+/' | 1 |
|
'@^[!#$%&\'*+.^_`|~0-9A-Za-z-]+$@' | 1 |
|
'/(?:[^' . self::CHAR_UNRESERVED . self::CHAR_SUB_DELIMS . '%:@\/]++|%(?![A-Fa-f0-9]{2}))/' | 1 |
|
"@^[ \t\x21-\x7E\x80-\xFF]*$@" | 2 |
|