Regular Expressions for Text fields in Oracle Rightnow
Content
Hi,
I have written regular expressions for text fields in Object designer but its not working. But it is working for number values if we write the similar regular expressions.
[0-9]{4} - Its working (This is also a text field)
I have written in below formats for Address Line1 to all numbers, ' - and space but its not working.
^[a-zA-Z0-9-' ]
[^a-zA-Z0-9-' ]
[A-Z][0-9]
^[a-zA-Z0-9-' ]+$
Could someone share on this if you come across similar issue.
Thanks,
Vivek
0