If you like books, I'd reccommend starting with the regex chapter of
Advanced Macromedia ColdFusion 5 Application Development by Ben Forta

However, that seems to assume that you already know a bit about regex and
just need to know about porting to CF5 POSIX-like syntax and the limitations
of the CF5 engine.  If you want to know more about regex in general, and
especially Javascript and Perlish (and therefore CFMXish) regex, I'd
reccommend
Mastering Regular Expressions from O'Reilly.

If you want something quick, easy, and interactive, I'd reccommend
http://www.houseoffusion.com/cf_lists/index.cfm?method=threads&forumid=21
for all your CF regex needs.  The ninjas are standing by.


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:34 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: FYI: The purpose was to rip out the HTML buttons of a report when
: converting to PDF....
:
: Neil's RegExp did what I needed as I could guarantee that there would
: only be one set on the page that surrounded the HTML code for the
: buttons.  (Calling the report via CFHTTP so got it all in a variable to
: run the RegExp on)
:
: Ben & Jerry's questions do make me quite inquisitive as I am a bit
: fearful of RegExp but I do realise that they could help me code sooooo
: much better...
:
: unfortunately... just dont have the time to learn it at the moment as
: the Man has me working like crazy...
:
: Anyway Cheers for your help everyone
:
: PS anyone got any good resouces for learning RegExp?
:
: -----Original Message-----
: From: Ben Doom [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:21
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Can the <ud_stripout> tags contain other tags?
: Will there ever be more than one set in the page?
: Will the tags ever take any parameters ie <ud_stripout class="dead">?
:
:
: --  Ben Doom
:     Programmer & General Lackey
:     Moonbow Software, Inc
:
: : -----Original Message-----
: : From: Jerry Johnson [mailto:[EMAIL PROTECTED]
: : Sent: Wednesday, March 26, 2003 10:03 AM
: : To: CF-Talk
: : Subject: Re: RegExp Help
: :
: :
: : What version of CF?
: : How long can the string be you are stripping it from?
: : By strip out, do you want the string returned without these tags
: : in it? (As if you replaced them with "")
: : Are the these tags ever nested?
: :
: : Jerry Johnson
: :
: :
: : >>> [EMAIL PROTECTED] 03/26/03 10:03AM >>>
: : Can anyone help me with the RegExp for stripping out content between
: two
: : defined tags... ie
: :
: : <ud_stripout>
: :     ...
: :     Content to strip out
: :     ...
: : </ud_stripout>
: :
: : I would need it to strip out all the content and the tags themselves
: as
: : well...
: :
: : TaInAdvance
: :
: :
:
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to