filtering out crap

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
steamy

filtering out crap

Post by steamy »

can any one tell me how i would filter out all matches to the following

singledigit:singldigit:morethan2digits


any help would be greatfull thanks lads / lassies
User avatar
David Johnson
Posts: 3
Joined: Mon Jun 30, 2003 1:30 pm
Location: Richmond, Virginia, USA
Contact:

Post by David Johnson »

EasyPattern:
[digit]:[digit]:[twoOrMore digits]

Perl:
\d:\d:\d{2,}
Post Reply