Re: Regex problem..

2005-07-25 Thread Lamont R. Peterson
On Monday 25 July 2005 01:56pm, Michael Stassen wrote: > Gregory Machin wrote: > > Hi. > > > > Please could you advise me... > > I have php pages that are stored in a mysql database, that will later > > be imported into a cms > > I want to use mysql's regex funtion to remove unwanted php code and >

Re: Regex problem..

2005-07-25 Thread Michael Stassen
Gregory Machin wrote: Hi. Please could you advise me... I have php pages that are stored in a mysql database, that will later be imported into a cms I want to use mysql's regex funtion to remove unwanted php code and update links to images and urls. But i cant seem to get my brian around the r

RE: Regex and email

2003-09-01 Thread Matthew Smith
Hi, Not sure about php syntax, but check out the perl module (in CPAN) Email::Valid. Here is the code fragment for the regex: # Regular expression built using Jeffrey Friedl's example in # _Mastering Regular Expressions_ (http://www.ora.com/catalog/regexp/). $RFC822PAT = <<'EOF'; [\040\t]*(?:\(

RE: REGEX

2003-07-10 Thread Rudy Metzger
Could you maybe send us your table definition, some example data and an expected output? /rudy -Original Message- From: Doug Wolfgram [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juli 2003 4:53 To: [EMAIL PROTECTED] Subject: REGEX I am familiar with regex in general, but here is what I

RE: Regex man page

2002-02-15 Thread Stephano Mariani
http://www.google.com/search?q=regex+man+page > -Original Message- > From: Joe Polanik [mailto:[EMAIL PROTECTED]] > Sent: Friday, 15 February 2002 3 12 > To: [EMAIL PROTECTED] > Subject: Regex man page > > According to the online manual the regex man page contributed by Henry > Spencer i

Re: Regex man page

2002-02-15 Thread Peter Banik
Joe, you can find it here: http://arglist.com/regex/ Peter On Fri, 15 Feb 2002, Joe Polanik wrote: > According to the online manual the regex man page contributed by Henry > Spencer is included in the source distribution of MySQL. I'm hesitant to > download > and install a source distributio