Regular Expressions 101

Community Patterns

Param to Batch Command

0

Regular Expression
PCRE (PHP <7.3)

/
^\s*@(?<param>\S+).+$
/
gm

Description

Converts Stored Procedure params to a LH batch command list of parameters

Submitted by Tim John - 3 years ago