no, regex
./pro_ones
will give u EXACT match
./pro_ones
from the input
akdfjaksdfgjakldsfj;lak'l./pro_ones df;ka'lds;fka'lds;fka
and nothing else will be matched there. I suspect u meant to
say "match
a stand-alone string './pro_ones' between the start and
the end of the
line". If yes, then use
^\.\/pro_ones$
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Regex" group.
To post to this group, send email to regex googlegroups.com
To unsubscribe from this group, send email to
regex-unsubscribe googlegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---
|