Profile
Achievement
wizard04's Recent SnippetsTagged regex
- All /
« Prev 1 Next »
Functions to make using regular expressions a bit easier. They're named after the respective PHP function.
2
1147
posted 15 years ago by wizard04
(Created for JavaScript)
These are rather forgiving. Spaces, dashes, or periods are allowed as separators. Extensions can be recognized by several strings (#, x, x., ext, ext., extension).
Area code: $1$2
Exchange code: $3
Station code: $...
1
1207
posted 16 years ago by wizard04