[thelist] Mysql regexp

Paul Bennett Paul.Bennett at wcc.govt.nz
Thu Feb 7 19:28:22 CST 2008


Thanks Rudy,

Once  again I owe you about 3 hours of my life....

<tip type="CSS Layouts">
Looking to experiment  with YUI Grids but not sure how to get a basic layout working?

Grid Builder is your friend:
http://developer.yahoo.com/yui/grids/builder/

</tip>

-----Original Message-----
From: thelist-bounces at lists.evolt.org [mailto:thelist-bounces at lists.evolt.org] On Behalf Of r937
Sent: Friday, February 08, 2008 2:20 PM
To: thelist at lists.evolt.org
Subject: [thelist] Mysql regexp


...  regexp '^[a-z]*smith[a-z]*,$'

or

...  regexp '^[a-z]{0,}smith[a-z]{0,},$'

or

...  regexp '^[[:lower:]]*smith[[:lower:]]*,$'

or

...  regexp '^[[:lower:]]{0,}smith[[:lower:]]{0,},$'



-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 



More information about the thelist mailing list