Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-05 06:20
Flavor·PCRE (Legacy)

/
(?:^|\t) ( [^\t\n]+ (?=.* (^[ ]{3,})" ) )
/
gxsm
Open regex in editor

Description

part 1 of two-step replacement routine: before: abc def gh gk n opq

after: 'abc def gh 'gk n opq

Submitted by anonymous