-
Notifications
You must be signed in to change notification settings - Fork 0
jstring
Julius Paffrath edited this page Dec 6, 2016
·
7 revisions
- 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
- Home
- Getting started
- Control flow
- Functions
- Passing by value
- List variables in jask
- Dictionary variables in jask
- Structs in jask
- Convert variables
- Internal Functions
- The access operator
- Callbacks in jask
- Modules
- Internal Modules
- The jask standard library jcore
- Using CMD arguments in jask
- Nested function calls
- Functions inside functions!
- Modules inside functions!
- Performance comparison of loops