Translation of "alphabetic" to Chinese language:
Examples (External sources, not reviewed)
| Returns string with all alphabetic characters converted to lowercase. | Description |
| Note that 'alphabetic' is determined by the current locale. | Returns string with all alphabetic characters converted to lowercase. |
| Returns string with all alphabetic characters converted to uppercase. | Description |
| Note that 'alphabetic' is determined by the current locale. | Returns string with all alphabetic characters converted to uppercase. |
| Note that 'alphabetic' is determined by the current locale. | Returns a string with the first character of str capitalized, if that character is alphabetic. |
| Returns a string with the first character of str capitalized, if that character is alphabetic. | Description |
| Returns a string with the first character of each word in str capitalized, if that character is alphabetic. | Returns a string with the first character of each word in str capitalized, if that character is alphabetic. |