Almost-right try

Issue #27 on hold
Andrew Schultz repo owner created an issue

$b = $a;

$b =~ s/[^newsdu]//i;

if ($b matches) && ($a doesn't) { print out }

Obviously we need to clue misspellings buy may rustle something up here

Comments (2)

  1. Andrew Schultz reporter

    This is still a bit fuzzy, because you may have a problem with whether there is more than one character before. There also may be a problem with slowdown. So I am going to punt on this issue.

  2. Log in to comment