1 line
64 B
Text
1 line
64 B
Text
if x, y = submatch("somestring", by=re/(abc+).+?(def)/) { ... }
|
if x, y = submatch("somestring", by=re/(abc+).+?(def)/) { ... }
|