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
Codice fiscale
Check "codice fiscale"
entity
Demonstration from front page
This is just the demonstration from the front page.
Removing an XML Nodes namespace prefix from a XML string wit
Youtube ID match
This regex will match any Youtube video ID thrown at it and return one capturing group containing the ID.
US Currency Format
find all link(<a>) tags expect your links in href attribute
<a href="yourlink.com">YourLink</a> - not found <a href="anotherlink.com">AnotherLink</a> - found
Remove Special Ascii Characters from unicode String
By Using this string you can just remove ascii special characters from a unicode string characters like ♥♥♥♥ ▓▒ and other non unicode letters.
Strip Email ID from Name
Use this regex to select all characters up to the "<" bracket. Then, reverse the direction of the bracket to select the closing ">" bracket. It works across multiple lines. You can get an email list with only the IDs. This is the pattern it matches: Alpha Person <
[email protected]
> Step 1 (.*) [$<$] gives you
[email protected]
> Step 2 [$.$] (.*) gives you
[email protected]
remove comments from php code
Showing
10
of
2018
results in
202
pages
Previous
Next