could somebody please let me know how to find a string inside a string?
I'm trying to do the following:
InputString= "teststring,MSG1=Unix.scripting,MSG2=teststring.ext"
SubString = string between ",MSG1=" and ",MSG2=" = in this example = "Unix.scripting"
I really don't find a way to extract this substring.
I'm trying to do the following:
InputString= "teststring,MSG1=Unix.scripting,MSG2=teststring.ext"
SubString = string between ",MSG1=" and ",MSG2=" = in this example = "Unix.scripting"
I really don't find a way to extract this substring.