I’m currently trying to find a way to get all the numbers after a certain letter
Examples:
“54354353a424323”
→ return 424323 Because it’s after the “a”
“5435a0958790”
→ return 0958790 Because it’s after the “a”
Notes: The amount of number Before the “a” will never be the same, same with the amount of numbers after the “a”. Although, the letter will always be “a”