-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bs.string
: A module to manage strings
#191
Comments
I can take this module |
the different functions offered by the string module bs.string:index_of[inputs] [output] [use]: bs.string:concat[inputs] [output] bs.string:length[inputs] bs.string:substr[inputs] [output] bs.string:lower[inputs] [output] bs.string:upper[inputs] [output] bs.string:char_at[inputs] [output] bs.string:to_list[inputs] [output] bs.string:split[inputs] [output] bs.string:replace[inputs] [output] bs.string:replace_at[inputs] [output] bs.string:join[inputs] [outputs] here's a non-exhaustive list of the different functions what do you think? |
Hey @aure31 have you found time to start the module? |
I start a little bit but the module it self is not too hard to make so I think i can finish it for the next iteration |
Perfect, I link this issue to the next milestone so. |
New facility functions to manipulate string:
The text was updated successfully, but these errors were encountered: