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