Removes a specified number of characters from a string. Takes str (original string), position (1-based starting position), count (number of characters to remove). Returns a new string with count characters removed starting at position.
str
String
position
Int
count
Int
; No example implemented yet