Hi,
I can do this in Java, but haven't worked it out in B4J, even using Chr(34) to replace the quote in the regex.
Does anyone have a ready-made example of a Regex that will work in B4J, to parse this:
Hello, there. "How are you doing, there?"
as
Hello,
there
How are you doing, there?
I can do this in Java, but haven't worked it out in B4J, even using Chr(34) to replace the quote in the regex.
Does anyone have a ready-made example of a Regex that will work in B4J, to parse this:
Hello, there. "How are you doing, there?"
as
Hello,
there
How are you doing, there?