VQL formatter
Paste a VQL statement and pretty-print it in the browser. Keywords are uppercased, major clauses (including FIND, MAXROWS, SKIP, PAGESIZE, PAGEOFFSET) move to new lines, and nested parentheses indent one level. String literals in single quotes are left alone.
Formatted VQL
A small client-side pretty-printer, not a query engine. It will not catch syntax errors or run the query. Also see the DQL formatter.