Regex tester
Pattern
Input
finds all words (at least two characters long) that start and end with the same letter (like grinding and trumpet)
Options
Replacement
Click the context tab to see replacements.
3 matches found in about 6 milliseconds.
IndexPositionMatched String$1
047thatt
193grindingg
2106trumpett
finds all words (at least two characters long) that start and end with the same letter (like grinding and trumpet)
  1. finds all words (at least two characters long)
  2. t
  3. start and end with the same letter (like
  4. g
  5. and
  6. t
  7. )