blob: a31dbdf2b02b341ba3aa52330c7e891953b945ca [file]
---
assert("Hello, World" matches "[A-Za-z]+".toRegex())
| |
| [A-Za-z]+
false
---