Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-13 21:59
Flavor·ECMAScript (JavaScript)

/
^\s*(\w+)(?:\s+(V[0-9A-F]|0x[0-9A-F]+|[0-9]+|I|DELAY|SOUND))?(?:,\s+(V[0-9A-F]|0x[0-9A-F]+|[0-9]+|DELAY))?(?:,\s+([0-9]+|0x[0-9A-F]))?\s*$
/
mgi
Open regex in editor

Description

no description available

Submitted by anonymous