substring
last edited 4 years ago by sergji
org.vcb.parts.string
Pins:
- IN - (string str, int beginindex = 0 by default, int endindex = 0 by default)
- RESULT - (string from beginindex to endindex)
substring
if endindex=0 search till end of the string
if beginindex=0 search from start of the string
