I tried this but it doesn't work :
[^\s-]
Any Ideas?
|
should work and so will
|
||||
|
|
|
Which programming language are you using? May be you just need to escape the backslash like "[^\\s-]" |
|||||||||||
|
|
In Java:
The regex See also
|
|||
|
|
Perhaps the
|
|||
|
|
|
Try |
|||
|
|