Numbers with thousands separator
-
Hello
I’m using Advanced Custom Fields: Field Validated version 1.2.7 with Advanced Custom Fields 4.3.8 version.
I created a custom field type Validated Field and must validate if the user has entered text in any of these formats: 400,000, 1,200,000, 80,000, etc..
I’m trying with the validation function and Validation Regular Expression Pattern’m typing ^ \ \ d {1,3} (\ \. \ \ D {3}) * (\ \ d {2})?.
Surely I’m doing something wrong, can someone please help me?Julio
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Numbers with thousands separator’ is closed to new replies.