Practical tutorials on text case conversion, cleaning, encoding and SEO formatting — written for writers, editors and developers.
In-depth guides on text case conversion, cleaning, encoding and SEO formatting. Practical tutorials and examples.
Work in a fixed order: strip formatting first, clean whitespace and line breaks second, then convert case last — converting before cleaning bakes stray spaces into the result.
ALL CAPS reads roughly 10-15% slower because the uniform rectangle shape of capitalised words removes the ascender and descender pattern readers use to recognise them.
Whitespace problems come in three kinds: repeated spaces, trailing spaces at line ends, and hard line breaks inside paragraphs — each needs a different fix.
camelCase: JavaScript, Java and C# variables and methods. snake_case: Python, Ruby, Rust and SQL columns. kebab-case: URLs, CSS classes, HTML attributes and file names. PascalCase: classes, types and React components.
Base64 maps every three bytes onto four printable characters, which is why encoded data is about 33% larger than the original.
Title tags are truncated around 60 characters and meta descriptions around 155-160 in most desktop results; front-load the distinctive words.
Word counters disagree on hyphenated compounds, numbers, footnotes and table text, so a 1-2% difference against Word on a long document is expected.