diff options
Diffstat (limited to 'common/str.h')
-rw-r--r-- | common/str.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h index 704114b68e..54044cfac0 100644 --- a/common/str.h +++ b/common/str.h @@ -179,6 +179,7 @@ public: * "*": any character, any amount of times. * "?": any character, only once. * "#": any decimal digit, only once. + * "\#": #, only once. * * Example strings/patterns: * String: monkey.s01 Pattern: monkey.s?? => true |