| View previous topic :: View next topic |
| Author |
Message |
woolmerc Newbie

Joined: 18 Feb 2006 Posts: 1
|
Posted: Sat Feb 18, 2006 7:17 am Post subject: Search function - finding an * |
|
|
In excel land you can use ~* in the search function to find the * in a string. In calc I have tried this and the regular expression \x002A to no avail. Regular expressions are enabled. What else should I try?
Regards |
|
| Back to top |
|
 |
Villeroy Super User


Joined: 04 Oct 2004 Posts: 10065 Location: Germany
|
Posted: Sat Feb 18, 2006 7:58 am Post subject: |
|
|
Search for a simple * without regexp.
In the context of a regexp use \* or \x2A. |
|
| Back to top |
|
 |
|