Split string into array by regular expression - PHP
經安全檢測,此網站為安全網站,請放心前往原始網址!
Split string into array by regular expression - PHP
If you want to split on any of the characters which are considered special by regular expressions, you'll need to escape them first. If you think split() (or any other ...