replace everything after a character in Google spreadsheet -


i did searching , in openoffice , excel looks can add * @ beginning or end of character delete before , after it, in google spreadsheet isn't working. support feature? if have:

keyword usd  0078945jg .12 n n 5748 8

and want remove usd , after use? have tried:

usd* , (usd*) regular expressions checked

but doesn't work. ideas?

the * quantifier needs applied dot (.) match character.

enter image description here

to clarify: * wildcard used in spreadsheet functions (eg countif) has different usage * quantifier used in regular expressions.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -