List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/([\x00-\x08,\x0b-\x0c,\x0e-\x19])/' | 1 |
|
'/(&#[xX]0{0,8}' . dechex(ord($search[$i])) . ';?)/i' | 1 |
|
'/(�{0,8}' . ord($search[$i]) . ';?)/' | 1 |
|
'/' | 1 |
|
List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'/([\x00-\x08,\x0b-\x0c,\x0e-\x19])/' | 1 |
|
'/(&#[xX]0{0,8}' . dechex(ord($search[$i])) . ';?)/i' | 1 |
|
'/(�{0,8}' . ord($search[$i]) . ';?)/' | 1 |
|
'/' | 1 |
|