summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/sentences4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/sentences b/.local/bin/sentences
index cc21d3b..1b46a49 100755
--- a/.local/bin/sentences
+++ b/.local/bin/sentences
@@ -2,8 +2,8 @@
2 2
3use strict; 3use strict;
4 4
5my $pont = qr{[.!?]+}; ## punctuation 5my $pont = qr{[.!?]+}; ## punctuation
6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z])\.}; ## abbreviations 6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g)\.}; ## abbreviations
7my $header = qr{(=+ .*? =+)}; 7my $header = qr{(=+ .*? =+)};
8 8
9$/ = ""; 9$/ = "";