Suppose I have a variable with data in it:
string = "test('Text', '')" How could I do something like this
string.replace("test('*', '')", "replacedtext") So I could put a "*" in there and it would replace it if anything was there?
Suppose I have a variable with data in it:
string = "test('Text', '')" How could I do something like this
string.replace("test('*', '')", "replacedtext") So I could put a "*" in there and it would replace it if anything was there?