Hi all,
Using Excel 2013.
Trying to get the pattern to return all letters in a string
My test string is "asdf134!#@$adsf]"
My current pattern is "[a-zA-Z]*"
So the result should be "asdfadsf"
But my pattern stops when 1 is encountered so the output is "asdf"
How can I get the pattern to continue through the entire string?
thx
w
Sub:
Function![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks