Hi,
An error in the documentation about Regex
In the IsMatch help displays
instead of
An error in the documentation about Regex
In the IsMatch help displays
B4X:
If Pattern.IsMatch("\d\d\d", EditText1.Text) = False Then ...
B4X:
If Regex.IsMatch("\d\d\d", EditText1.Text) = False Then ...