Oxygen XML Editor uses the Java regular expression syntax. It is
similar to that
used in Perl 5, with several exceptions. Thus,
Oxygen XML Editor does not support the
following constructs:
- The conditional constructs (?{X}) and
(?(condition)X|Y).
- The embedded code constructs (?{code}) and
(??{code}).
- The embedded comment syntax (?#comment).
- The preprocessing operations \l, \u,
\L, and \U.