From: Dan (method@b.astral.ro)
Date: Sat Oct 18 2008 - 08:20:55 ART
Hello,
Ajay mehra wrote:
> Hi Guys,
>
> regex EXE ".*\.[eE][xX][eE]"
>
> If second (.) is for . in .exe then what is 1st .(dot) for?
>
From my understanding :
.* - any character ( 0 or none occurrence )
\. - match the dot character
So the regex will match any pattern that includes .exe (any uppercase
combination ).
>
>
> My answer was "*\.[eE][xX][eE]"
>
>
>
> Also if there is any referece to understand regexp please forward it to me.
>
> Thanks,
>
> Ajay
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:21 ARST