I need to insert a specified string after an other specified string.
const STR1 = "blabla"
const STR2 = "something"
const FILENAME = "something.txt"
how to find STR1 in the FILENAME textfile?
how to insert STR2 after STR1?
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |