Help to create a regular expression that will check the data for compliance with the following structure: text, (comma), numbers
Example: Moscow, 101100
if (...) { die('success'); } else { die('error'); } Help to create a regular expression that will check the data for compliance with the following structure: text, (comma), numbers
Example: Moscow, 101100
if (...) { die('success'); } else { die('error'); } Source: https://ru.stackoverflow.com/questions/968558/
All Articles