Can I use part of Processing source code in my code?

Are you gonna use more complex regex arguments in your tool class? :question:
If so, you can’t use Processing’s own PApplet.split() method anymore. :heavy_division_sign:
Java’s String::split() method works regardless the passed String is vanilla or regex. :coffee: