Substring Command
Batuhancoskun
New Altair Community Member
Answers
-
Hi Batuhancoskun,
As your variable 'str' is a string, you can get desired output by using indexing to get the 'letters' form the string
--> str(6:end)
output: ForGeeks
if you want to split a string at a desired character/delimiter you can use 'strplit', 'regexp' functions.
Hope this helps /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0 -
My problem solved. Thank you for your answer. /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0