gethryn / doubleL

Perl to restore LL to batch of text files where second L is replaced by space
0 stars 0 forks source link

Think double quotes as an end isn't a goer #4

Closed GregTheGrate closed 3 years ago

GregTheGrate commented 3 years ago

mythicall"elixir of life"-

gethryn commented 3 years ago

not sure why this is matching... it doesn't satisfy the conditions, and the current end characters don't include a double quote:

my $before = " —–…“\"-";
my $after = " ,.—–…'’;:?!-";
gethryn commented 3 years ago

I think moving the hyphen #6 fixed it.