regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Select all number greater than 36
Published on Tue Mar 01 2022
Regex
Test String
Items 1 to 36 of 605 total Items 1 to 36 of 117 total Items 1 to 36 of 74 total 37 38 39
Additional matching regexes for
Select all number greater than 36
Phone Number Selector
Select a Phone Number with +98 or 0
Find a select or select top in a query
Some times we need replace de first select in a query to another. In my case i want replace to "Select top 1". With that a can replace any select to select top 1.
Brainfuck Regex
Regex to select every brainfuck symbol.
Select PHP Block Code
Select php block code , start to end.
Inverse Brainfuck Regex
Regex to select everything except brainfuck symbols.
To search for a image tag
This pattern would select the whole image tag
Select any decimal
With this pattern possible select decimal that cantain comma or space
Comparison of decimals with operators such as <, >, !=, ==, <>
Regex expression for comparing decimal numbers with the usual comparison operators such as < (less than), <= (less than or equal to), > (greater than), >= (greater than or equal to), != (not equal to), == (equal to), ... The regex also allows filtering of data from e.g. a database, whereby the first value is not needed, e.g. [FIELD] < 100
Non-parentheses characters, but allow escaped parentheses.
Trying to discover how to select all ranges except non-escaped parentheses.
Select the first word of each paragraph
If you need to select only the firs complete word for each paragraph.