Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-08-23 21:13
Flavor·PCRE (Legacy)

/
((\!*[a-zA-Z]+)*)((\!\!)|(\!?))
/
g
Open regex in editor

Description

Capture word and trailing single ! but capture only word when trailed by !!

Submitted by anonymous