diff options
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r-- | pod/perldebguts.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index a826d9d237..b076bcf2d3 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -680,6 +680,13 @@ will be lost. EXACTFU_ONLY8 str Like EXACTFU, but only UTF-8 encoded targets can match + EXACTFS_B_U str EXACTFU but begins with [Ss]; (string not + UTF-8; compile-time only). + EXACTFS_E_U str EXACTFU but ends with [Ss]; (string not UTF- + 8; compile-time only). + EXACTFS_BE_U str EXACTFU but begins and ends with [Ss]; + (string not UTF-8; compile-time only). + # Do nothing types NOTHING no Match empty string. |