Jump to content

String.replace Help


kareem_elzeiny

Recommended Posts

You'll have to have an array of the strings you're searching for, and an array of strings you're replacing them with. Then you can loop through each string you're looking for and perform the replacement. The tutorial page for looping is here. You'll also see a page for while loops, but the for loop is better suited for this task.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...