Skip to content

jstring

Julius Paffrath edited this page Dec 6, 2016 · 7 revisions

Implemented functions

  • substring(STRING:START:END)
  • upper(STRING)
  • lower(STRING)
  • split(STRING:TOKEN)
  • reverse(STRING)
  • strSize(STRING)
  • strRepeat(STRING:NUM)
  • trim(STRING)
  • strContains(STRING:STRING)
  • strStartsWith(STRING:STRING)

Back to jcore

Clone this wiki locally