3 changed files with 2 additions and 5 deletions
@ -1444,6 +1444,3 @@ |
|||
// is the absolute maximum, because MySQL cannot handle table names greater than 64 characters. |
|||
$config['board_regex'] = '[0-9a-zA-Z$_\x{0080}-\x{FFFF}]{1,58}'; |
|||
|
|||
// Regex for URLs. |
|||
$config['url_regex'] = '@^(?i)\b((?:[a-z][\w-]+:(?:/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:\'".,<>?«»“”‘’]))[email protected]'; |
|||
|
|||
|
Loading…
Reference in new issue