12345678910111213141516171819 |
- Description: Fix wording in the package description
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=127567
- Last-Update: 2018-11-03
- --- a/lib/Regexp/Wildcards.pm
- +++ b/lib/Regexp/Wildcards.pm
- @@ -53,9 +53,9 @@
- Wildcards make one of those sets of simplified rules.
- This module converts wildcard expressions to Perl regular expressions, so that you can use them for matching.
-
- -It handles the C<*> and C<?> jokers, as well as Unix bracketed alternatives C<{,}>, but also C<%> and C<_> SQL wildcards.
- +It handles the C<*> and C<?> wildcards, as well as Unix bracketed alternatives C<{,}>, but also C<%> and C<_> SQL wildcards.
- If required, it can also keep original C<(...)> groups or C<^> and C<$> anchors.
- -Backspace (C<\>) is used as an escape character.
- +Backslash (C<\>) is used as an escape character.
-
- Typesets that mimic the behaviour of Windows and Unix shells are also provided.
-
|