Correct sentence-end regexp example.
This commit is contained in:
parent
0d6a65a50a
commit
1c830003f9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ sentence, together with the whitespace following the sentence. Its
|
|||
normal value is
|
||||
|
||||
@example
|
||||
"[.?!][]\"')]*\\($\\|\t\\| \\)[ \t\n]*"
|
||||
"[.?!][]\"')]*\\($\\| $\\|\t\\| \\)[ \t\n]*"
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Add table
Reference in a new issue