All Tags »
php »
long number
Sorry, but there are no more tags available to filter with.
-
Hello everybody,
I'm trying to build a php function which reads a message and lets me know if in the middle of the text there is a phone number (which is not allowed).
As the phone number can be from any country ad in any format, the regular expression has to simply find any number longer than 5 digits.
Less than 5 can be a price and ...