Log In  

Cart #string-0 | 2024-03-24 | Embed ▽ | License: CC4-BY-NC-SA

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.

P#144276 2024-03-24 06:06 ( Edited 2024-03-25 04:38)


[Please log in to post a comment]