blob: 497f48180a445e0dccc02332112404e5919cd725 [file]
---
assert(text == null || text.length == 1 || text.toLowerCase() == text)
| | | | | | | | |
| | | | | | | | Hello
| | | | | | | false
| | | | | | hello
| | | | | Hello
| | | | false
| | | 5
| | Hello
| false
Hello
---