Cambridge10
Programmer
I would like to create a regex which would replace any character from position six with ~1
Example:
input: This Is A Text.abc
output: Thisis~1.abc
I'm stuck on this one.
Example:
input: This Is A Text.abc
output: Thisis~1.abc
I'm stuck on this one.