Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-30 06:03
Flavor·PCRE2 (PHP)

/
^ *[^\s]+( +[^\s]+)*$
/
gm
Open regex in editor

Description

Regex for parsing IIC++ script.

Submitted by Vu Tung Lam