-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
I've found this article on Stack Overflow which doesn't seem to help enable escaping non-escaped characters, in particular, parenthesis. The case I'm looking for here is to be able to parse Any Character until a set of characters (such as parenthesis and comma "),", and/or parenthesis and end of string.
My test case:
where=and(eq(someString,Call Trace (*54)),eq(someString,Call Trace (*54)))
The way our parser currently works, we use Parse.AnyChar.Except( '(', ')' ) I think it'd be more helpful to be able to say Until( "),").Or(")" + EndOfString)
Is there a current implementation on how to do this, or can this be added?
shekelator
Metadata
Metadata
Assignees
Labels
No labels