diff options
author | David Mitchell <davem@iabyn.com> | 2012-06-15 11:16:05 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-15 12:16:23 +0100 |
commit | 27200c0ca41ae8a34637bf8237d5298ee525067c (patch) | |
tree | 50b8a323e3a623483b95ca84689c374f85832f8a /pod/perlreapi.pod | |
parent | 0e4583182e9cedfe89ebed523f895f8a5e1325d7 (diff) | |
download | perl-27200c0ca41ae8a34637bf8237d5298ee525067c.tar.gz |
Remove RXf_UTF8 from perlreapi
This flag was removed 4 years ago by 8f6ae13c. Update docs to match.
Diffstat (limited to 'pod/perlreapi.pod')
-rw-r--r-- | pod/perlreapi.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index 4e065830db..35b6b74c9b 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -144,15 +144,6 @@ Additional flags: =over 4 -=item RXf_UTF8 - -Set if the pattern is L<SvUTF8()|perlapi/SvUTF8>, set by Perl_pmruntime. - -A regex engine may want to set or disable this flag during -compilation. The perl engine for instance may upgrade non-UTF-8 -strings to UTF-8 if the pattern includes constructs such as C<\x{...}> -that can only match Unicode values. - =item RXf_SPLIT If C<split> is invoked as C<split ' '> or with no arguments (which |