From 56e13084a7c6850e7420c65418ff1b4b99a1c41f Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 6 Jan 2022 21:11:02 +0300 Subject: sentences: add semicolon --- .local/bin/sentences | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/sentences b/.local/bin/sentences index cd90380..3626728 100755 --- a/.local/bin/sentences +++ b/.local/bin/sentences @@ -2,7 +2,7 @@ use strict; -my $pont = qr{[.!?]+}; ## punctuation +my $pont = qr{[.!?;]+}; ## punctuation my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al|etc)\.}; ## abbreviations my $header = qr{(=+ .*? =+)}; -- cgit v1.2.3-70-g09d2