regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Placeholder finder
Published on Tue Mar 01 2022
Matches unfilled placeholders and (nested) placeholder blocks
Regex
Test String
Hello {name} Your Items in a list: {Block:items} Item-ID is {id} Subitems are {Block:sub_items} Subitem-ID is {id} {/Block:sub_items} {/Block:items}
Additional matching regexes for
Placeholder finder
Placeholder finder
Matches unfilled placeholders and (nested) placeholder blocks
Get text within pipe placeholders
Will return all matches of text between pipe placeholders, e.g. "This text has |two| placeholders |inside| of it" will return matches for two and inside.
quoted string in VB.net format
Get all strings in vb.net format (even nested quotes"
Css Splitter
Splits the css code into two blocks. (comments|selector block)
Recursive Search
Proof of concept to omit restriction with '[^{}]' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
Recursive search
Proof of concept to omit restriction with '[^{}]' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
Recursive search
Proof of concept to omit restriction with '[^{}]' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
strip parentheses enclosed text with no keywords
strip parentheses enclosed text with no keywords - handles nested parentheses - if using brackets/braces normalize string to parentheses then use the regex
discord markdown
it checkes for discord markdown examples includes: _italic_ **bold** underline strikethrough > block quotes `code blocks` and any other combinations of those
Version Matcher
Matches version strings.