Apps and Security

Application security is mostly about applications. Then comes security.

Dec 13, 2010

Java regexp for Unicode letters

Just to get this out there ...

Java regular expression for matching all Unicode letters:
Pattern p = Pattern.compile("\\p{L}*");
Posted by John Wilander at 10:02 AM 0 comments
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Labels: input validation, Java, letters, Unicode
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2013 (3)
    • ►  May (2)
    • ►  January (1)
  • ►  2012 (5)
    • ►  November (2)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2011 (16)
    • ►  December (1)
    • ►  April (2)
    • ►  March (3)
    • ►  February (7)
    • ►  January (3)
  • ▼  2010 (5)
    • ▼  December (1)
      • Java regexp for Unicode letters
    • ►  November (4)

About Me

My photo
John Wilander
@johnwilander
View my complete profile
Simple theme. Powered by Blogger.