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