Help Me With This PLZ. My input is:
("HI,How Are You?RANDOME TEXT,What About You?")
I Want my Output to be:
("RANDOME TEXT")
"RANDOME TEXT" can be every thing and it is not unique,How can I get a string between "How Are You?" and ",What About You?" in this example? In C# We Use Regex.Match as I can remember but I can't do anything in b4a.