Hi All,
I am very new to regex. I know that it's used for matching
patterns. But I want to know that is there anything in regex which can substring my
string. I don't want to use String's substring function.
For example,
if I have a string 1234567890123456. In this 16 length char string I just want only last 6 chars.
Can I do this with regex? If yes can anyone provide me solution???
Thanks!!!