Skip to Content
0
Jun 05, 2020 at 02:24 PM

How to find a letter in a string and print from that char

98 Views

Hi All,

How to search for a particular letter in string and print from that.

Ex: lets say I have a string "ABC123D". so it must look for 'C1' in the string and print 'C123' making it a total of 4 char.