Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-06-14 11:03
Flavor·PCRE (Legacy)

/
^([^()[\]{}<>]*)(\(((?1)(?2)*)*\)|\[(?3)*\]|<(?3)*>|{(?3)*})(?1)$
/
Open regex in editor

Description

Check the correct order of the brackets (),<>,{},[] fix slashes

Submitted by Korniychuk Anton<ancor.dev@gmail.com>