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

\+ connected with ^ and alternative #6

Open
madameczek opened this issue Nov 27, 2020 · 1 comment
Open

\+ connected with ^ and alternative #6

madameczek opened this issue Nov 27, 2020 · 1 comment

Comments

@madameczek
Copy link

madameczek commented Nov 27, 2020

Hi, just tried:
Patterrn: @"^(\+|\d)" this should match '+' or '0' (from input1: @"+" or imput2="0"), but it doesn't. Only '0' is asserted as matching.
When remove ^ and pattern is (+|\d), then it matches both '+' and '0'

@EddieDemon
Copy link

^(\+|\d) works perfectly with 0123 and +5454 for me. Got any specific example?

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

2 participants