Versions
v1 - Base32, Base45, Base58 and Base64
v2 - Base32, Base45, Base58, Base64 and Base85
Available for use in any MIT AppInventor projects or competitions
#####################################################################
This work by TIMAI2 is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License with attribution.
Please use name = TIMAI2 and link to this source page when giving credit.
#####################################################################
long zCount = chars.chars().filter(c -> c == 'z').count();
I also checked that you had not enabled Java 11 support that Rush offered.
Also these werent supported until recently when AppInventor upgraded their systems, so it should work fine from now.
I will have a play with it at some point, also need to add base 91, which is lurking in a separate extension of mine. Thanks for taking the time to look things over.