Jas91
Member
how does it really work? can't fully figure out its real purpose because I couldn't find good examples/documentations on the internet
This is what I have to do:
I have a var string "str1" which contains a text
and a var string "str2" where I have to copy to, a substring of str1 from its the last char "c" till the end of the string
This is what I have to do:
I have a var string "str1" which contains a text
and a var string "str2" where I have to copy to, a substring of str1 from its the last char "c" till the end of the string