blob: 6c8a396c17122ad8ab3f07a47bb8668a14ccc4ea [file]
---
assert(text != null && (text.length == 1 || text.toLowerCase() == text))
| | | | | | | | |
| | | | | | | | Hello
| | | | | | | false
| | | | | | hello
| | | | | Hello
| | | | false
| | | 5
| | Hello
| true
Hello
---