Hi, help me! Can I extract only alphabet value from string and exclude those number value in string.
Example string: My name is Liyana 6547
I just want to display only “My name is Liyana”. The string value is random and not fix.
Hi, help me! Can I extract only alphabet value from string and exclude those number value in string.
Example string: My name is Liyana 6547
I just want to display only “My name is Liyana”. The string value is random and not fix.
Hey
you can use String→ Replace and pass RegEx as \d+, and replace with keep as blank. You will get the output
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.