Removes characters from a string.
removeChars(String, start, count)
→ returns string
removeChars('Hello CFML World',6,5)
Expected Result: Hello World
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.