Browse Source
Instead of using internal "\" escapes to match "/", just replace the surrounding "/"..."/" delimiters with "m{"..."}" instead. Also remove unnecessary surrounding brackets from single character character classes. These changes make it easier to understand the patterns. This is a cosmetic change only, no functional differences. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>master
Kyle J. McKay
3 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue