1 line
51 B
Text
1 line
51 B
Text
"abc" | capture( ".(?<monkey>.*)." ).monkey => "b"
|
"abc" | capture( ".(?<monkey>.*)." ).monkey => "b"
|