Home
Tester
Reference
About
Pattern
\w+(?=ing\b)
Input
this finds the root part of words that end in "ing":
walk
ing,
talk
ing,
chew
ing bubble gum
this finds the root part of words that end in "ing": walking, talking, chewing bubble gum
Options
Ignore Case
Ignore Whitespace
Explicit Capture
Culture Invariant
Singleline
Multiline
Right To Left
ECMA Script
Start from position:
Max matches to find:
Replacement
Replace matches with...
Click the
context
tab to see replacements.
Regex Info
Table
Context
Split List
3
matches found in about
3
milliseconds.
Show Permalink
Permalink
Index
Position
Matched String
0
53
walk
1
62
talk
2
71
chew
this finds the root part of words that end in "ing":
walk
ing,
talk
ing,
chew
ing bubble gum
this finds the root part of words that end in "ing":
ing,
ing,
ing bubble gum