| http://www.w3.org/ns/prov#value | - For example, Perlallows you to write [[:^digit:]] to match on any character except for one in the [:digit:] class.You can get the same effect in Oracle using the form: [^[:digit:]].1.7.5.6 Lazy quantifiers (non-greediness)As we described in Section 1.6.7 in Section 1.6, quantifiers in a regular expression will match asmany characters as possible.
|