regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Search tags "a" and get link and text from tags
Published on Tue Mar 01 2022
Search group "link=>text" in tags "a"
Regex
Test String
<a title="" href="asd">Text .432 </ a> <a href='asd'> Text .432</a> <a class="asd" hReF="asd' > T23ext .432 < / A >
Additional matching regexes for
Search tags "a" and get link and text from tags
Search tags "a" and get link and text from tags
Search group "link=>text" in tags "a"
search text matching any word
search text matching any word
search word with an accent
search any word with an accent
Search for a date (Y/m/d or d/m/Y)
Search for a date in a text.
Google like regex
Attempts to mimic Google search box behavior, returning an array with the separated search strings (that keep the +/- indicator for following operations)
Replace second grouping with first
Identifies two groups, each group using a regex, then replaces group 2 with group 1.
example
group matching
Sentence and word validator
Last captured word available via group W. Last captured sentence available via group S. Last parenthesis stuff in 6th capturing group.
Match US Currency Amount
Group 1 has dollar amount with or without commas, Group 4 has optional cents.
Extract group of key from hash structure string
Extract group of key from hash structure string