Hi,
I have also an other Question.
How can I "create" an "or" in the ora_pattern.match searchpattern.
An Example:
owa_pattern.match(v_firstname,'^[a-z,A-Z]+(\s|-)?[[a-z,A-Z]]+$')
The red marked text shows my problem. I need a blank(the \s)or a -
But I don't know how to make the or.
Can somebody help me?
