Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6433769d087256fc62b9017d0d6dd7eb86891d65
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
infix
/
RegexInfix.box.txt
blob: a31dbdf2b02b341ba3aa52330c7e891953b945ca [
file
]
---
assert("Hello, World" matches "[A-Za-z]+".toRegex())
| |
| [A-Za-z]+
false
---