Removes characters from a string.
removeChars(String, start, count)
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
String | string | Yes | The string or variable containing a string to process. | |
start | numeric | Yes | The starting position in the string to process. | |
count | numeric | Yes | Number of characters to remove. |
removeChars('Hello CFML World',6,5)