This sets whether a rule is quote sensitive or not.
Quote sensitivity is generally designed for use across all rules in a transform (or sub transform) instead of at the
individual rule level. One exception is within text that matches a pattern variable.
When set to true, it means that a block of text within quotes is treated as one token. As such patterns are not searched for
within the quotes. The contents of the quotes are skipped over. You may still get around this and parse within quotes when
necessary, by capturing the quote character itself, then parsing subsequent text.