Skip to content

Elaborate substring queries #35

@zharinov

Description

@zharinov

Example query:

q.str(
  q.str(),
  ':',
  q.str(),
  ':',
  q.alt(sym(), str()),
  q.opt(q.str('@').q.str())
);

It should match strings like "com.example:package:1.2.3" and "com.example:package:${packageVersion}@ext".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Priority

    None yet

    Datasource

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions