- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Letters_and_digits (1.44 sec)
-
doc/go_spec.html
Go treats all characters in any of the Letter categories Lu, Ll, Lt, Lm, or Lo as Unicode letters, and those in the Number category Nd as Unicode digits. </p> <h3 id="Letters_and_digits">Letters and digits</h3> <p> The underscore character <code>_</code> (U+005F) is considered a lowercase letter. </p> <pre class="ebnf"> letter = unicode_letter | "_" . decimal_digit = "0" … "9" .
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)