Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » java » alphanumeric with restraints
  • Check hexadecimal character codes in Java String

    Hello,  I try to check hexadecimal character codes according to this specification : "Only allow characters which hexadecimal code is between 20 and 7E".  I tried this : myString.matches("[\\x20-\\7E]"); but it doesn't work.  Any idea ?  
    Posted to Construction Advice (Forum) by Chickadee on March 31, 2008
  • Simple password validation that is confusing me.

    Greetings - I've been tasked with coming up with an expression that would do password validation for our application. After doing a search for ideas I came across this site and this is the solution I was able to come up with: Language: Java Problem: A valid password is a minimum of eight characters and a maximum of sixteen. It contatins at ...
    Posted to Construction Advice (Forum) by Noiroi on July 12, 2007