Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unicode word boundaries in Regex

807589Nov 14 2008 — edited Nov 15 2008
Dear All,

I am using the following simple regex: "\\w+" which matches one more word characters. My problem is that it is not matching unicode characters which are part of my language. Is there any way to force java regex engine to include unicode characters in w ?

If this is not possible is there any third party library tha can be used?

Many thanks,
Chris Farrugia
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2008
Added on Nov 14 2008
3 comments
221 views