Skip to content

Commit

Permalink
Merge pull request #6 from joeldeleep/master
Browse files Browse the repository at this point in the history
Update extract.rb
  • Loading branch information
jobertabma committed Sep 23, 2020
2 parents 0d3b603 + af40b53 commit d02b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
contents += line
end

REGEX = %r{(^.*?("|')(/[\w\d\?/&=\#\.\!:_-]*?)(\2).*$)}.freeze
REGEX = %r{(^.*?("|')(/[\w\d\W\?/&=\#\.\!:_-]*?)(\2).*$)}.freeze
EXCERPT_FORMAT = "------------------------------------------------\r\n%s\r\n"

def sanitize_non_ascii(string)
Expand Down

0 comments on commit d02b508

Please sign in to comment.