Forum Discussion

squirreltown's avatar
squirreltown
Roku Guru
12 years ago

StrReplace

I need to remove a substring from the middle of a string.
str = (123xyz567)
need to remove "xyz"

The strReplace function in StringUtils.brs doesn't actually replace just the string, it replaces it AND removes everything after it, not what i need.

Thanks
No RepliesBe the first to reply