Community Patterns

Community Library Entry

3

Regular Expression
Created·2020-07-01 10:00
Updated·2023-07-20 07:05
Flavor·Java

"
([\w\s]){2}([^;;])
"
gm
Open regex in editor

Description

Case insensitive match the whole word betwween \bword\b

Submitted by anonymous