Results 1 to 1 of 1
-
8th Apr 2012, 08:58 AM #1OPMember
Regex in shell
Hi all!
I started to write a really small shell script, but i'm really stucked with a key part. I have a variable (multi line) and i would like to match only an url in it with regex. If i would use php, i would use preg_match. I read a lot, and found grep, which is not good for me (as i don't need the whole line), so i guess the only one working would be awk (correct me if i am wrong)
So please help me to find a regex pattern matcher in shell.
Code:hell=<<<EOT <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script> <script type="text/javascript" src="clientscript/hsjs.php"></script> <link rel="stylesheet" type="text/css" href="clientscript/hscss.php" /> <script type="text/javascript">hs.graphicsDir="images/highslide/"; if(hs.registerOverlay){ hs.registerOverlay({ thumbnailId: 'thumb2', html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>', position: 'top right', fade: 2 }); } EOT
Thank you!mahjong Reviewed by mahjong on . Regex in shell Hi all! I started to write a really small shell script, but i'm really stucked with a key part. I have a variable (multi line) and i would like to match only an url in it with regex. If i would use php, i would use preg_match. I read a lot, and found grep, which is not good for me (as i don't need the whole line), so i guess the only one working would be awk (correct me if i am wrong) So please help me to find a regex pattern matcher in shell. hell=<<<EOT <script Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need help with RegEx
By dima1236 in forum Web Development AreaReplies: 7Last Post: 14th Jan 2012, 05:53 PM -
Need help with Regex - VB.NET
By Connor in forum Web Development AreaReplies: 2Last Post: 27th Sep 2011, 05:11 PM -
php help regex!
By ?RaJ? in forum Technical Help Desk SupportReplies: 7Last Post: 26th Apr 2011, 09:22 PM -
Help with Regex
By ChaoscripT in forum Web Development AreaReplies: 2Last Post: 15th Dec 2010, 09:26 PM -
need help with some regex
By t3od0r in forum Web Development AreaReplies: 1Last Post: 13th Aug 2010, 04:23 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...