Hi,
See comments below.
Chris McEwen
Sr. Configuration Management Analyst
Alcatel Canada Inc.
Office: 416.748.4424 ext 5015
mailto: [EMAIL PROTECTED]
| sekhar kavuru <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 10/28/2005 11:51 AM |
|
Hi All
I need a REGEX to get a string between two characters from a static string
e.g. /install/sql/foo.c@@/main/integration/1
I need to get foo.c , i.e string between / and @@
First it needs find where @@ occurs in the string and trace back to file name until it encounters / character.
CM --- Try this?
m#/w+/w+/[/S+]@@.*
thanks
sk
Yahoo! FareChase - Search multiple travel sites in one click. _______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
