Regular Expression Examples
www.regular-expressions.info › examplesJan 03, 2022 · More Detailed Examples. Numeric Ranges. Since regular expressions work with text rather than numbers, matching specific numeric ranges requires a bit of extra care. Matching a Floating Point Number. Also illustrates the common mistake of making everything in a regular expression optional. Matching an Email Address.