Skip to content

Support for string constexpr evaluation  #444

@oschwald

Description

@oschwald

As discussed in #443, I would like the ability to do something like the following in a Where:

m["msg"].Value.String().Matches(`^[A-Z]`)

Right now, it is possible to approximate this using Text.Matches, e.g.:

m["msg"].Text.Matches(`^"[A-Z]`)

However, this has the disadvantage of requiring you to handle the different kinds of string literals (or, more likely, only handle the most common case as above).

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions