Add no dash character list allowed in Strings parseCharacterRanges function
Same rules with returning unique elements array
This commit is contained in:
@@ -141,6 +141,7 @@ print "[B] LAST PREGE ERROR: " . preg_last_error() . " -> "
|
||||
. Strings::getLastRegexErrorString() . " -> " . preg_last_error_msg() . "<br>";
|
||||
|
||||
$base_strings = [
|
||||
'abcddfff',
|
||||
'A-Z',
|
||||
'a-z',
|
||||
'A-Za-z',
|
||||
|
||||
Reference in New Issue
Block a user