Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-13 05:28
Flavor·PCRE (Legacy)

/
(?xsm) (.+) # copy-past replacement to
/
gm
Open regex in editor

Description

This two-step find-replace routine gets you from MAX( MAX( MAX( to exprS = exprS & TrimRight("MAX( ") & _ exprS = exprS & TrimRight(" MAX( ") & _ exprS = exprS & TrimRight(" MAX(") & _

Submitted by anonymous