let
fixedString = "cd C:\\something\\sometimes\\someone"
result = fixedString.findAll(peg"cd\s+{\D}\:")
echo result
Run
- pegs: match without guessing openarray size matkuki
- Re: pegs: match without guessing openarray size sky_khan
