I have a bunch of strings that look like:
jdosnasdf01kd
ksofnsan99a
lalaldkowq00001ldk
I need just the letters that appear after the last number in the string – so:
kd
a
ldk
Any ideas how to get this?
Running PHP 7.4
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a bunch of strings that look like:
jdosnasdf01kd
ksofnsan99a
lalaldkowq00001ldk
I need just the letters that appear after the last number in the string – so:
kd
a
ldk
Any ideas how to get this?
Running PHP 7.4