String
Picotron is currently missing many basic string handling functions. I've created this library to fill in some of the functions that I've come across. If you want to contribute please comment below your code and I'll add it.
Installing
Use load #string
and then press ctrl+R
to install.
Functions
string.upper(str)
Converts a-z characters to their A-Z counter parts.
string.lower(str)
Converts A-Z characters to their a-z counter parts.
string.explode(str, delimiter)
Converts a string into an array, splitting it at the delimiter.
[Please log in to post a comment]