Skip to content

String Instructions

Haoxi Zhan edited this page Nov 30, 2013 · 2 revisions
Instruction Usage input output

string_concat

concatenate two strings into one string

:string

:string

string_take

take the first n chars in a string

:string and :integer

string

string_length

get the length of a string

:string

:integer

string_atoi

convert string to integer with try-catch

:string

:integer

string_reverse

reverse the string

:string

:string

string_parse_to_chars

parse string to a set of strings which have only one char

:string

:string

string_contained

check whether the second string contained the top string

:string

:boolean

Clone this wiki locally