Help with Regexp, please
Hi,
The regular expression (\d{15,16}) matches a substring in a cell. I
want to extract the remaining part of the cell ie. from the character
after the matched substring till the end of the string in the cell
using a regular expression.
Is it possible to do this?
Thanks in advance for the help.
Regards,
Raj
|