blob: 7746c780ce5cc0ab87d17785398a03fbca06d11b [file]
---
assert((text.length == 1 || text.toLowerCase() == text) && text.length == 1)
| | | | | | |
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | false
| 5
Hello
---