Subject: yet another regexp problem
From: shaman <noone nowhere.com>
Date: Thu, 3 Jul 2008 18:51:57 +0900
Hello-
I need to match any string which contain:
any 3 letters
any 3 digits _but_not_123_
any 3 letters
so:
xxx765xxx should match
vvv123vvv should be omitted
is it possible to write proper regular expression?
Regards-
shaman