As I see word boundary isn't supported(\b)? Or how to write an expression to find just exactly word? For example: ``` String text = "Test about me"; String regex = "\\babout\\b"; ```
As I see word boundary isn't supported(\b)?
Or how to write an expression to find just exactly word?
For example: