regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Markdown checkboxes
Published on Tue Mar 01 2022
Match checkboxes that haven't been checked and are not followed by a footnote or crossed out text
Regex
Test String
- [x] Test - [ ] Test - [ ] [Test]() - [ ] [^1] Test - [ ] ~~Test~~
Additional matching regexes for
Markdown checkboxes
Markdown checkboxes
Match checkboxes that haven't been checked and are not followed by a footnote or crossed out text
Get Hyperlinks From Markdown Format
Get all hyperlinks in a Markdown Format Text
Get Headings From Markdown Format
Get all headings in a Markdown Format Text
Regex_Article
Start with two letters and followed by any number of Integers
get zip code
this just matches the city credential followed by zipcode e.g: `FL 18117`
Markdown link rewriting
A regular expression which finds all instances of markdown links and helps with rewriting link paths.
HTML Anchor to Markdown Inline Link
Extracts the href and title values from an anchor tag to be placed into an inline Markdown link.
Telegram Markdown Escaping Backslashed asterisks
Telegram Markdown V2's bold (`*`) can be escaped by using `\*`. RegExp to validate it and get the actual contents inside.
discord markdown
it checkes for discord markdown examples includes: _italic_ **bold** underline strikethrough > block quotes `code blocks` and any other combinations of those
Div shortcode [div]..[/div]
Converts the markdown shortcode for the dive element to the regular HTML: Example shortcode: [div id="bla" class="ups"]some multiple line text[/div]