Apps and Security
Application security is mostly about applications. Then comes security.
Showing posts with label
input validation
.
Show all posts
Showing posts with label
input validation
.
Show all posts
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}*");
Older Posts
Home
Subscribe to:
Posts (Atom)