Sparrow6.git | examples/tasks/within-zoom-click-me/ | task.check


within:  "<p" \s+ .* ">"  ( .* )  "</p>"
  code: <<RAKU
  !raku
  say captures()[0].raku; 
  RAKU
  regexp: ^^ "Click Me" $$
end: