php - How to search set of specific pattern string using regular expression? -
i want search set of specific string word using php regular expression. pattern this
the string of 6 character length
first 5 characters of string number 0-9
last 1 character a-z or a-z alphabets
there more 1 strings in word.
so eg. word is
037165l_55084l_1959z
then output of regular expression should return below 2 strings
37165l 55084l
Comments
Post a Comment