5 lines
64 B
Text
5 lines
64 B
Text
"abc" | test( "^ab")
|
|
|
|
"abcd" | test("bc")
|
|
|
|
"abcd" | test("cd$")
|