Add no dash character list allowed in Strings parseCharacterRanges function

Same rules with returning unique elements array
This commit is contained in:
Clemens Schwaighofer
2026-01-14 10:49:14 +09:00
parent cd65604073
commit 2889012592
3 changed files with 10 additions and 0 deletions

View File

@@ -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',