Hide options
3 results in the group Regular Expressions Back to all groups
(0.00 seconds)
  1. 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
  2. Eliminate duplicate (or more) characters in a string

    Pregmatch in the example will remove all duplicates with an underscore
  3. 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.