blob: 9b57d22748ed10395ad123513bb957a62e03dec6 [file]
---
assert((text.length == 1 || text.lowercase() == text) && text.length == 1)
| | | | | | |
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | false
| 5
Hello
---