Utility Mill

bracket_matcher

Show you which open parentheses match closed parentheses, handles brackets, etc too


Output


Instructions / Discussion

This will match up all of your grouping characters (brackets, parenthesis's, or less than, greater than characters).

I find this tool/utility is most useful if you have a giant function or SQL statement with a lot of parenthesis's, etc and you think you're missing one, or just forgot what you were doing. Thus it's an excellent way to find missing parentheses in SQL, or match parentheses in SQL.

Output Type

Text output will but a number by each grouping character e.g., {[0]hi}[/0]

HTML output will color differently each piece of text within a set of grouping characters. HTML output gives you an HTML file to download or open.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py