Suppose I have a field like this: `a1234`
Is there a way to grab all the letters that are immediately followed by numbers? I know I can substr the first position but I want be able to work with this for example too: `abc1234`.
Ty in advance
↧