Search Engine Watch
SEO News

 

  #1  
Old 12-28-2005
chesss chesss is offline
Member
 
Join Date: Oct 2005
Posts: 14
chesss is on a distinguished road
Regular Expression in google

I just came across this page which talks about using some regular expressions in google. Unfortunately it isn't detailed enough for me probably because my knowledge of regex in minimum. Searching for more help doesn't lead to anything substantial a well.

From: http://www.cre8asiteforums.com/forum...php/t2413.html

Code:
^ Matches beginning of input line i.e /^2/ does not match the 2 in "1 2" but does so in "20, 21 or 22 etc"  
* Matches preceeding char 0 or more times /bo*/ ="book, boot or boook" but not "boat, bot" 
? matches 0 or 1 times /e?el?/ = "el in angel and le in angle
Can someone explain in more detail, or just point me to some tutorial?

Thanks
Reply With Quote
  #2  
Old 12-30-2005
darrensmithkk
 
Posts: n/a
This link will help you

http://www.zvon.org/other/PerlTutori.../example1.html

Darren
Reply With Quote
  #3  
Old 01-03-2006
chesss chesss is offline
Member
 
Join Date: Oct 2005
Posts: 14
chesss is on a distinguished road
I was looking for a regex in google tutorial(or explanation) not a regex tut

coz regex doesn't seem to work well in google. Example: "this /bo*/ awas written by" gives different results than "this book was written by'. Infact the first query which(with regex returns only 2 results)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 12:07 AM.