Text to Search | |
Regex Pattern (Advanced) |
Global search (/g)
Ignore case (/i)
Multiline (/m) |
Matches () | |
Share URL! |
URL to load the text and regular expression above:
Javascript RegEx: |
Search Examples | Regular Expression (click to use) |
2-letter words | \b\w{2}\b |
All words (no punctuation) | \b\w+\b |
Words starting with "t" | \bt\w+\b |
Words ending with "ed" | \w+ed\b |
Last word in a sentence | \w+[.]\s |
Permalink:
Instructions for the Curious
Problems are solved immediately as you type. To undo, just erase text and retype.
This is a work in progress -- feedback welcome.