We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
Is there an easy way to find-replace characters sequence in Processing? For example, as gsub function in R (https://stat.ethz.ch/R-manual/R-devel/library/base/html/grep.html)
Answers
?
Java String has a replaceAll method.
replaceAll works. Thank you very much!