List of all Regex mentioned in the code..
Value | Count | File:Line |
---|---|---|
'#[\]\'\x00-\x1F\x7F<>\\\\|"[,@]#' | 1 |
|
"@\\\$lang\\['([_\\w]+)'] = (['\"]{1})(.*?)\\2;\\r?\\n@" | 1 |
|
'#\[img(=([0-9]*?){1}x([0-9]*?))?\]((http|ftp){1}://([:a-z\\./_\-0-9%~]+){1}(\?[a-z=0-9&_\-;~]*)?)\[/img\]#Smi' | 1 |
|
'#[\\x00\\r\\n%]#' | 1 |
|
'@([^\\t !\\x23-\\x5b\\x5d-\\x7e])@' | 1 |
|
'#^(.{0,' . $len . '})([\W].*)#' | 1 |
|
'#([0-9]+)([a-z]+)?#i' | 1 |
|
"@\\[/$code]@" | 1 |
|
"#\[url=([^\"'<>\[\]]+)\](.*?)\[/url\]#i" | 1 |
|
"#\[url\]([^\"'<>]+?)\[/url\]#i" | 1 |
|
"#$regexp#Smi" | 1 |
|
'#(script|about|applet|activex|chrome):#Sis' | 1 |
|
"#(^|[^a-z])(" . preg_quote($find) . ")($|[^a-z])#si" | 1 |
|
"#(^|[^a-z])(" . preg_quote($find) . "|" . preg_quote($prevfind) . ")($|[^a-z])#si" | 1 |
|
"#^[\\w\\^\\-\\#\\] `~!@$&()_+=[{};',.]+$#" | 1 |
|
'#[\]\'\x00-\x1F\x7F<>\\\\|"[,@]| #' | 1 |
|
'/^(([A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9])|' . '([A-Za-z0-9]+))$/' | 1 |
|
"[pid]{$row['pid']}[/pid]" | 1 |
|
'@^(\\d{1,3}\\.){3}\\d{1,3}$@' | 1 |
|
'/^(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])' . '(\.(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}$/' | 1 |
|
'.^(' . '([A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]' . '[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]{0,63})' . '|' . '("[^\\\"]{0,62}")' . ')$.' | 1 |
|
'/"[^"]+"/' | 1 |
|
'/[\x00-\x1F\x7F-\xFF]/' | 1 |
|
"/(?i)\\b['a-z]+\\b/" | 1 |
|
"#[{$nonprinting}{$specials}]{$sequences}#" | 1 |
|
'/^\[(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])' . '(\.(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}\]$/' | 1 |
|
"@\\[pid](\\d+)\\[/pid]@si" | 1 |
|
'#(\d)#' | 1 |
|
'#(\D)#' | 1 |
|
"/^([0-9]{1,3}\.){3}[0-9]{1,3}$/" | 2 |
|
'#^fidpw([0-9]+)$#' | 2 |
|
'@\\[file\\]\\d*\\[/file\\]@' | 2 |
|
'#^(http|ftp)://[:a-z\\./_\-0-9%~]+(\?[a-z=0-9&_\-;~]*)?$#Smi' | 3 |
|
'/[^\x20-\x7e]/' | 5 |
|