What’s the correct regular expression in String Property to validate a currency (Dominican Republic
Summary:
A regular expression to validate a currency value, not works.
Content (required):
In https://docs.oracle.com/en/cloud/saas/field-service/21c/faadu/configure-resources-activities-and-inventories.html#t_create_a_string_property we found a examples to create a new string that accept amount values, but the regular expression detail in the documentation not works.
Regunal expression
/^/$?([1-9]{1}[0-9]{0,2}(/,[0-9]{3})*(/.[0-9]{0,2})?|[1-9]{1}[0-9]{0,}(/.[0-9]{0,2})?|0(/.[0-9]{0,2})?|(/.[0-9]{1,2})?)$/
We need to know what the correct regular expression is to validate a currency value for Dominican Republic.
Thanks and regards!
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):