Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-10-16 09:50
Flavor·PCRE (Legacy)

/
(((a|b)*aa(a|b)*)|((a|b)*aa(a|b|c)*))
/
Open regex in editor

Description

Why doesn't recognize the second pattern after pipe | ?

Submitted by Fede e Walter