diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-06-19 20:47:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 20:47:15 (GMT) |
commit | 8332bb2b04312c21897000c78a602eca09597f7d (patch) | |
tree | 0853fcd11e336fc13fcc8a325e653d6613e80144 /qtools | |
parent | 4431f9a0ee0400a9f5c95650bcd385854bfae43c (diff) | |
download | Doxygen-8332bb2b04312c21897000c78a602eca09597f7d.zip Doxygen-8332bb2b04312c21897000c78a602eca09597f7d.tar.gz Doxygen-8332bb2b04312c21897000c78a602eca09597f7d.tar.bz2 |
Update qstring.cpp
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp index 30bb05b..fe478bd 100644 --- a/qtools/qstring.cpp +++ b/qtools/qstring.cpp @@ -10768,7 +10768,7 @@ otherwise. These functions are: isNull() (returns TRUE if the character is U+0000), isPrint() (TRUE if the character is any sort of printable -character, including whitespace), isPunct() (any sort of punctation), +character, including whitespace), isPunct() (any sort of punctuation), isMark() (Unicode Marks), isLetter (letters), isNumber() (any sort of numeric characters), isLetterOrNumber(), and isDigit() (decimal digits). All of these are wrappers around category(), which returns the |