#4562 - Regex Add A Space
Hello- Your solution to my problem of allowing for a space in a Regex field worked. Originally I was using: [ 0-9a-zA-Z&#-]* and though I included a space at the front of the formula- no space was allowed in the field. After updating to [0-9 a-zA-Z&#-]* we are able to add a space in the fields. Thanks so much!
3 years ago
Thanks for sharing Dan, you're awesome.
Additionally it can be great to try/test/check a Regex against your own customized text(s). Many websites provide that service for free, for those of you readers that it might help.