Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-09-02 00:42
Flavor·PCRE2 (PHP)

/
( 's| 'd)|[[:lower:]](\.|\!|\?) ?"?[[:lower:]]|(\w|"),"?\w|( |^)"?(i|"|'|,|\!|\?|\.)(\s|")|_|(|)|\|
/
gm
Open regex in editor

Description

Identifies rare and unusual typos and other edge cases in files converted to txt from other formats that would otherwise be difficult to single out.

Submitted by lion