We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e4312 commit 23bd7cbCopy full SHA for 23bd7cb
library/core/src/char/methods.rs
@@ -892,8 +892,7 @@ impl char {
892
///
893
/// The general categories for numbers (`Nd` for decimal digits, `Nl` for letter-like numeric
894
/// characters, and `No` for other numeric characters) are specified in the [Unicode Character
895
- /// Database][ucd] [`UnicodeData.txt`]. Note that this means ideographic numbers like '三'
896
- /// are considered alphabetic, not numeric. Please consider to use `is_ascii_digit` or `is_digit`.
+ /// Database][ucd] [`UnicodeData.txt`].
897
898
/// This method doesn't cover everything that could be considered a number, e.g. ideographic numbers like '三'.
899
/// If you want everything including characters with overlapping purposes then you might want to use
0 commit comments