Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regexp string should be able to contain underscores #2

Open
HaukeBartsch opened this issue Jan 2, 2022 · 0 comments
Open

regexp string should be able to contain underscores #2

HaukeBartsch opened this issue Jan 2, 2022 · 0 comments

Comments

@HaukeBartsch
Copy link
Member

If a regular expression in a select statement is specified like this:
SeriesDescription regexp "MPRAGE_T1$"

The evaluation of the select statement will fail. Only this work:
SeriesDescription regexp "MPRAGE.T1$"

Using '-' and '_' should both be allowed inside double quoted strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant