RemoveChars
Removes characters from a string.
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
string
true
The string to remove characters from.
start
integer
true
The one-based index position of the first character to remove.
count
integer
true
The number of characters to remove.
Examples
Related
Last updated