regexmatch.dev
Explore
Open main menu
Regex Explorer
regexmatch.dev
is the largest regular expression database for regex pattern and matches containing searchable and filterable records for many different languages
Year regexp
regexp for year filtering
Po box addresses
exludes all address with po box
sql: insert into
insert into table ( a, b, c ) values ( " insert into values (1,2,3)",1,2.3,"a,b" ); insert into table (ee,bb,cc) values (aa,234,"asj",2.3);
GET EMAIL INFO (3)
Get Gmail tag, user and domain of an email address. -- Fixed the bug that the label doesn't match if there are an dot on user.
Hex Input List
Match one or two digit hex values separated by a comma.
Wzorzec opisujÄ…cy czas w postaci 000 np 300 np 1256
rstp
Single lone digits
Find single digits that are not part of an integer. For example, "27" should not match, but "27.1" will match the "1". "27.11" won't match.
Lookahead phone test with formatting
Let's say a phone number is valid in case it has 11 digits only (13 in case of using 00 instead of +). Separators could be anywhere. Take the valid numbers and bring to common format. Original idea was deleting all non-digits but using look-ahead made impossible to use [^\d]+ for remove non-digits, it needs to capture each digits separately. Looking forward to prettier solution.
Parse CSV fields
Parse an input string into fields separated by comma.
Showing
10
of
2018
results in
202
pages
Previous
Next