Syntaxes

Regular expressions syntaxes are not equivalent across different implementations. New syntaxes can even come along and our study of regular expression here does not need to be polluted by these matters. Therefore, we have arbitrary chosen from popular implementation the syntax used to illustrate our examples.

That said, many remarks are included about less commons features and particularities of some well known implementation.

Depending on the implementation, some features may be missing. Note also that Perl and .NET provide specific solutions for matching nested constructs. We do not illustrate them here for now.

See also...