regular expression matching all 8 character strings except "00000000"

Posted by Wilson on Stack Overflow See other posts from Stack Overflow or by Wilson
Published on 2010-04-22T11:48:33Z Indexed on 2010/04/22 12:13 UTC
Read the original article Hit count: 191

Filed under:
|
|

I am trying to figure out a regular expression which matches any string with 8 symbols, which doesn't equal "00000000".

can any one help me?

thanks

© Stack Overflow or respective owner

Related posts about regex

Related posts about regex-negation