Remove all CQL comments from the given input (such as a CQL script).
Remove all CQL comments from the given input (such as a CQL script). This includes:
Comment-like text that is inside CQL string literals (i.e., within single-quotes) is NOT removed. Single-quoted text with a comment is part of the comment and is removed with it.
String containing CQL text, possibly including comments
the input String, stripped of CQL comments
Utilities for working with CQL files.
Author:
Eric Evans