kytschBASIC

Put down that phone!
Please view me on real computer.

REPLACE$
SEARCH, FIND, REPLACE

This function will replace part of a string with another.

Example

PRINT REPLACE$("Hi World!", "Hi", "Hello")

Output

Hello World!

See also