Solve a grammar issue forever by creating a grammar rule! You will also receive 50 000 pro credits worth $5! Read here how!

No space after number+punctuation followed by word

English
Part: 
Sentence
Scope: 
Text
Regexp: 
([0-9]+[,.;:!\?])([A-Z][a-z]+)
Regexp Flags: 
i
Regexp with Flags: 
/([0-9]+[,.;:!\?])([A-Z][a-z]+)/i
Suggestion: 
$1 $2
Notes: 
//this does not work on decimals, eg 0.99 //made it stricter, testing 2 letters so it does not trigger
Description: 

Punctuation should be followed by a white space, if not end of text or paragraph.

Weight: 
0
Admin
Approved: