OCI-12750
Nested quantifiers in regular expression
Cause
The regular expression contains nested quantifiers such as **, +*, ?*, {2}*, *+, ++, ?+, {2}+, *{2}, ?{2}, +{2}, {2}{2}.
Action
Ensure that the regular expression does not contain nested quantifiers.