Returns a string with smart quotes, ellipsis characters, and dashes from Windows-1252 (commonly used in Word documents) replaced by their ASCII equivalents.
string: > “I see…”
{{ string | tidy }}
"I see..."
tidy
ModifierReturns a string with smart quotes, ellipsis characters, and dashes from Windows-1252 (commonly used in Word documents) replaced by their ASCII equivalents.
string: > “I see…”
{{ string | tidy }}
"I see..."
Submit improvements, related content, or suggestions through Github.
Betterify this page →