NotAwesome2 / Not-Awesome-Script

Scripting plugin for Not Awesome 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve string manipulation

Goodlyay opened this issue · comments

Currently, you can only add strings together. It would be useful if you could

  • Retrieve the length of a string
  • Retrieve a character at an index of a string
  • Retrieve a substring of a string
  • Split a string into a string array with a separator character?

Resolved via 8db8931