Get word before number

I have this string: Test123
and I want to get the word “Test” before the numbers…How can I do that?

So you need to be 123Test ?

No I need only the word “Test”

Use regex extension by @Kevinkun

image

ok thanks⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

1 Like

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