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.