Jeff Verdegan wrote:Note also that for POSIX character classes, Java uses \p{class}, not [:class:], which is spelled out in the docs for java.util.regex.Pattern. Always worth reading before posting to a forum. 
Thanks much. I actually had read it and just figured out that Properties was stealing my escape for the
\p{class} which had me chasing my tail.
Thanks again for the feedback.