Home | History | Annotate | Download | only in js

Lines Matching refs:x5D

486               + '\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]'  // a character set
1017 // or non-nesting character sets (\x5B\x5D);
1018 + '|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+'