Re: Grep Search and Replace
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 44019
interpreted = N
texte = on 10/9/02 12:57 PM, Marc Kaiwi at marc@kaiwi.com so noted...> Anyone have a quick Grep search to find:> > 3. and 13. but not 3.1 or 13.33?This will find one or two digit numbers ending with 3. and wrap bold tagsaround them. I don't know what you're looking to replace the found textwith. It won't work if what you're looking for is at the end of a line. Itneeds a trailing non-digit character to do the match.[grep search=([0-9]*3\.)([^0-9])&replace=
\1\2]3. and 13. but not 3.1or 13.33?[/grep]The frustrating thing about [grep] in WebDNA is figuring out what *doesn't*work. Common assertions like /d for digit or /D for non-digit are simplyignored (treated as the literal string). This is where a basic referenceguide listing what's supported would come in handy.Rob MarquardtDesigner/Resident WireheadToast Design800 Washington Avenue NorthMinneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
on 10/9/02 12:57 PM, Marc Kaiwi at marc@kaiwi.com so noted...> Anyone have a quick Grep search to find:> > 3. and 13. but not 3.1 or 13.33?This will find one or two digit numbers ending with 3. and wrap bold tagsaround them. I don't know what you're looking to replace the found textwith. It won't work if what you're looking for is at the end of a line. Itneeds a trailing non-digit character to do the match.[grep search=([0-9]*3\.)([^0-9])&replace=\1\2]3. and 13. but not 3.1or 13.33?[/grep]The frustrating thing about [grep] in WebDNA is figuring out what *doesn't*work. Common assertions like /d for digit or /D for non-digit are simplyignored (treated as the literal string). This is where a basic referenceguide listing what's supported would come in handy.Rob MarquardtDesigner/Resident WireheadToast Design800 Washington Avenue NorthMinneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Rob Marquardt
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
[Sum] function? (1997)
Tab Charactor (1997)
can WC render sites out? (1997)
Emailer setup (1997)
Date search - yes or no (1997)
WebCat2.0 [format thousands .0f] no go (1997)
Time code! (2002)
frustrated with search (2001)
purchase plugin (1996)
emailer (1997)
5.0 Pricing (2003)
WebCat2: multiple currency support (1997)
WC2b12: Yes, Formulas.db is for real (1997)
Auto Delete EmailCompleted Files (2002)
Re:2nd WebCatalog2 Feature Request (1996)
3.0.8 PDF Manual? Do YOU have it? :) (2000)
Pithy questions on webcommerce & siteedit (1997)
[OT} DNSTrans? (2004)
Server slowing down. (1997)
Format question WC Mac f3 (1997)