Skip to content

Escape unescaped characters #170

@rizengie

Description

@rizengie

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions