Regular Expressions 101

Community Patterns

Only return what's between the brackets i.e. (a)

1

Regular Expression
ECMAScript (JavaScript)

/
^\s*<li>[(][a-z][)]
/
gm

Description

no description available

Submitted by anonymous - 9 years ago