summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorYigit Sever2021-11-16 00:44:42 +0300
committerYigit Sever2021-11-16 00:44:42 +0300
commit5be72a005ec23eedde080731060f5b1bbbf1bc74 (patch)
treeebc67b00611b0df8835a6d1816bc6c1316b53e3a /.local
parentacdae75e179d189e328b90c39e9df12f5308ab35 (diff)
downloaddotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.tar.gz
dotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.tar.bz2
dotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.zip
sentences: etc.
diffstat (limited to '.local')
-rwxr-xr-x.local/bin/sentences2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sentences b/.local/bin/sentences
index 2e531a8..cd90380 100755
--- a/.local/bin/sentences
+++ b/.local/bin/sentences
@@ -3,7 +3,7 @@
3use strict; 3use strict;
4 4
5my $pont = qr{[.!?]+}; ## punctuation 5my $pont = qr{[.!?]+}; ## punctuation
6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al)\.}; ## abbreviations 6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al|etc)\.}; ## abbreviations
7my $header = qr{(=+ .*? =+)}; 7my $header = qr{(=+ .*? =+)};
8 8
9$/ = ""; 9$/ = "";