Hi all
 @str = 'abaabaaab'
1)To match 3 a's in $str I found /aaa/ and /a{3}/
  I need more regex.

2)to match any number of 'a's, 3'b's and at least 1'c'
I found /a*b{3}c+/ regex.
I need more regex

Could you help?

bye 
naomi
 
==
Brought to you by Ananzi Shopping for specials, competitions and free goodies!
[http://www.ananzishopping.co.za]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to