Mojo function
islower
islower(c: SIMD[uint8, 1]) -> Bool
Determines whether the given character is an lowercase character.
This currently only respects the default "C" locale, i.e. returns True iff the character specified is one of "abcdefghijklmnopqrstuvwxyz".
Args:
- c (
SIMD[uint8, 1]
): The character to check.
Returns:
True if the character is lowercase.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
😔 What went wrong?