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
I'm not sure what I'm doing wrong but using the GetText I apply a regex to pick up only numbers (and optional comma).
On my regex validator it works perfect but assigning the value to a variable in GetText I can see this recorded twice e,g,
String on the page:
Regex used: (\d+(?:,\d+)?)
The text was updated successfully, but these errors were encountered:
I'm not sure what I'm doing wrong but using the GetText I apply a regex to pick up only numbers (and optional comma).
On my regex validator it works perfect but assigning the value to a variable in GetText I can see this recorded twice e,g,
String on the page:
Regex used:
(\d+(?:,\d+)?)
The text was updated successfully, but these errors were encountered: