Parameter | Details |
---|---|
character_expression | the existing string in your data |
start_position | the position in character_expression to delete length and then insert the replacement_string |
length | the number of characters to delete from character_expression |
replacement_string | the sequence of characters to insert in character_expression |