You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: