hello, i just want to ask…
if there’s a way to
-
get string length?
ex:
source string: hello
length = 5 -
delete a character inside a string?
ex:
source string: hello
position of first character to delete: 2
number of characters to delete: 2
result: hlo -
copy a portion inside a string?
ex:
source string: hello
position of first character to copy: 4
number of characters to delete: 2
result: lo -
insert
-
string parse with delimeter?
edit:
i just noticed… i found them in
utilities > string
i was selecting a ‘name’ no wonder it didn’t came out… >.<