Data Formats Regex Patterns
Patterns for parsing numbers, currencies, file paths, HTML/XML, JSON, CSV, and other data formats.
19 patterns
Generic Currency Amountbeginner
Matches currency values with common symbols ($, €, £, ¥).
JSPYTHONJAVAPHPGO
HTML Tagintermediate
Matches opening and self-closing HTML tags with optional attributes.
JSPYTHONJAVAPHPGO
Decimal Numberbeginner
Matches decimal numbers with optional sign and fractional part.
JSPYTHONJAVAPHPGO
Integer Numberbeginner
Matches positive and negative integers with optional thousands separators.
JSPYTHONJAVAPHPGO
Scientific Notationintermediate
Matches numbers in scientific notation like 1.23e-4 or 6.022E23.
JSPYTHONJAVAPHPGO
Multiple Whitespacebeginner
Matches sequences of 2+ whitespace characters for collapsing.
JSPYTHONJAVAPHPGO
Leading/Trailing Whitespacebeginner
Matches leading and trailing whitespace for trimming.
JSPYTHONJAVAPHPGO