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:
Stumped (1999)
database size? (1997)
Not really WebCat - need HTML Grider (1997)
filtering extra characters from credit card numbers (2001)
Me know logical no need (2002)
Looking for a host (1997)
Only charge card when product shipped ? (1997)
Date calculation problems (1997)
[WebDNA] Access to WDNA_OFS.db (2013)
searchable list archive (1997)
[Webcat 2]Next (1997)
mass mailing (1998)
Problem with version 4 browsers (1998)
dos performance (1998)
RE: protect tag on NT (1997)
Problem with a search context (2005)
Cookies not setting on IE (2002)
[WebDNA] W3C Valid XHTML/CSS WebDNA Store templates (2009)
Bug Report, maybe (1997)
Upgrading old WebCat Database Files (1997)