Hi,
is there a B4J equivalent (without using Inline Java and JavaObjects) for Java's
To use for example in string conversion from BB to HTML.
is there a B4J equivalent (without using Inline Java and JavaObjects) for Java's
B4X:
public String replaceAll(String regex, String replacement)
To use for example in string conversion from BB to HTML.
B4X:
"\\[b\\](.+?)\\[/b\\]", "<bold>$1</bold>"
Last edited: