Re: need help to understand a regex

2002-01-15 Thread Eric Beaudoin
At 13:05 2002.01.16, Leon wrote: >- Original Message - >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >> >> | $key=~/^r(\d+)c(\d+)$/ >> ||\___/|\___/| >> || | | | ` end of string >> || | | `--- one or more digits => $2

Re: need help to understand a regex

2002-01-15 Thread Leon
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> > > | $key=~/^r(\d+)c(\d+)$/ > ||\___/|\___/| > || | | | ` end of string > || | | `--- one or more digits => $2 > || | `-- the letter

RE: need help to understand a regex

2002-01-15 Thread Joshua Colson
0) 585-8714 [EMAIL PROTECTED] -Original Message- From: Jerry Preston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 5:14 AM To: begginners Subject: need help to understand a regex All, I need to understand this regex in detail: $key=~/^r(\d+)c(\d+)$/ Thanks for your help

RE: need help to understand a regex

2002-01-15 Thread marcus_holland-moritz
ginning of string Matching $key's would be 'r123c47' or 'r0c9'. Hope this helps, -- Marcus | -Original Message- | From: Jerry Preston [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, January 15, 2002 1:14 PM | To: begginners | Subject: need help to understand a reg

RE: need help to understand a regex

2002-01-15 Thread MECKLIN, JOE (ASI)
s Subject: need help to understand a regex All, I need to understand this regex in detail: $key=~/^r(\d+)c(\d+)$/ Thanks for your help and time, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTE

need help to understand a regex

2002-01-15 Thread Jerry Preston
All, I need to understand this regex in detail: $key=~/^r(\d+)c(\d+)$/ Thanks for your help and time, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]