Hide options
3
results in the group
Regular Expressions
Back to
all groups
(
0.00
seconds)
Sort by relevance
Sort by date
Sort by hits
Standard results
Top of the Script
More text
Email address validator
This small function validates the input of a string and return true when an emailaddress is given or false when it's not a valid emailaddres
PHP
Email
-
Functions
-
Regular Expressions
Eliminate duplicate (or more) characters in a string
Pregmatch in the example will remove all duplicates with an underscore
PHP
How To's
-
Regular Expressions
-
One Liners
Format numbers with commas
This function formats a number with commas every 3 places. As example, a number like 1500000 will be returned as 1,500,000. You can define the thousands and decimal separator.
Javascript
Functions
-
Regular Expressions