Take all the numbers value till before alphabets starts in the given Alphanumeric string

Hi all,

I need a syntax on below case.

49630801Q should come as 49630801

49623500Q1 should come as 49623500

49621200AT1 should come as 49621200

regular expression and other approaches also fine.

regards,
Prabhu

Hi @prabhu_ponnusamy

Below is the regex for the same :-

image

Mark as solution and like it :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

@prabhu_ponnusamy
as a variation bound on the Letter:
grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.