Android Question (SOLVED)StringBuilder geAfterBetween method

walterf25

Expert
Licensed User
Longtime User
Hi everyone, i have a need to use this method in the StringBuilder class, does anyone know if there is a way to achieve this with the current B4A StringBuilder class, or know of any other method.
I have this Java code I need to convert to B4A:
B4X:
sbBodyContent.Append(sbHtml.getAfterBetween("<body",">","</body>"));
the sbHtml variable is also of StringBuilder type.

Thanks in advance everyone.

Walter
 
Top