I wish to remove text from a string from the first non-allowable character on. I have gotten so far, but now im stuck.
Real Example:
The cells value is:
transactions_Label}” showEffect=”{showView}” width=”100%” height=”100%” transactionScreen=”true” />
I want the only allowable characters to be 0-9 a-z and underscore _:
The result would be:
transactions_Label
Thanks if you can help
Brian
Dont like answering my own question, but this is what I used in VBA: