DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Regex delimiter change from / to ` #20

Closed jrfnl closed 10 years ago

jrfnl commented 10 years ago

The / character often gives issues as a delimiter for regex as it occurs in text quite often. The ` character is regarded a better delimiter.