Is there a way to use the patter \p{Punct} in a regex in java, but without the two characters ( and ) ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
You should be able to use:
What this is saying is:
The Have a look at the |
||||
|
This should work:
|
|||
|
|