Bracket Matching by ySas

#!perl -lp
/[[({<]*/g;$_=s/<\G>|{\G}|\(\G\)|\[\G]//?redo:$_?"failed at: ".($'||EOL):yes

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page