K
Keith
How do I trim off the far left characters up to a certain character, in this
case it would be the first "-". The first set of digits are different
length's up to the first "-". I hope that makes sense. See example.
Example:
(abc) -PLhagdr-hdk
(ded ) -GHld-usj
(ab) -hgrh-isjb
Results would be:
PLhagdr-hdk
GHld-usj
hgrh-isjb
case it would be the first "-". The first set of digits are different
length's up to the first "-". I hope that makes sense. See example.
Example:
(abc) -PLhagdr-hdk
(ded ) -GHld-usj
(ab) -hgrh-isjb
Results would be:
PLhagdr-hdk
GHld-usj
hgrh-isjb