cancel
Showing results for 
Search instead for 
Did you mean: 

How to escape - character

colindstephenso
Champ in-the-making
Champ in-the-making
Hey All,

I have a number of spaced which are formed like Z-00-0000.  If I search for *00-0*, it returns all of the spaces that match that criteria.  If I search for *00-* it returns all spaces which contain 00 in their name.  How do I escape the - character so that it is treated as a character and not as the NOT operator?

Thanks,

Colin.
2 REPLIES 2

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
maybe 00?*

colindstephenso
Champ in-the-making
Champ in-the-making
Unfortunately ? is a single character wildcard replacement.  Normally the escape sequence would be \- but this does not work.  Neither does 00\\-