Explore

javascript × regex ×
  • screenshot

    I need a JavaScript regular expression that matches a domain which contains 2 or more characters

    I need a simple JavaScript regular expression to match URLs in a string. This is what...

  • screenshot

    Regex to group numbers in threes excluding decimals

    How can I define a regex that groups a number into threes excluding decimals? Example 1123456789...