Re: Grep question [parsing variables] problem
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 47286
interpreted = N
texte = Hi John,Well it should have stated...this is a test [b]with bold [i]and bold italic[/i] words[/b]My bad when I wrote the mail to the list... but it still don't work...PowerPalleOn torsdag, jan 30, 2003, at 21:40 Europe/Copenhagen, John Peacock wrote:> Palle Bo Nielsen wrote:>> this is a test [b]with bold [i]and bold italic[/i] wordsYou are missing a [/b] tag, so the grep will not work...>Trying to create a parsing mechanism, but can't get it to work the right way.I am posting a form like this examplethis is a test [b]with bold [i]and bold italic[/i] wordsThe text above is put into the variable set_main_txt which should be parsed through this grep parsing engine in the order below, which means that it first checks for [b] and [/b] and replaces them with
and and then do the same with [i]...[!] -- REPLACE [b] WITH
(ignore case) text [/!][text]set_main_txt=[grep search=\[[bB]\]([^[unurl]%5B[/unurl]]*)\[/[bB]\]&replace=\1 b>][text]set_main_txt[/text][/grep][/text][!] -- REPLACE [i] WITH (ignore case) text [/!][text]set_main_txt=[grep search=\[[iI]\]([^[unurl]%5B[/unurl]]*)\[/[iI]\]&replace=\1 i>][text]set_main_txt[/text][/grep][/text]My problem is that the [b] and the [/b] does NOT get parsed while the [i] and [/i] gets parsed correctly. The result is that when I output the variable set_main_txt only the word and bold italic get written in italic but nothing is written in bold.Hope someone can help me out here...PowerPallehttp://www.qt.dk/(The new WebDNA Forum in development)-------------------------------------------------------------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://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Hi John,Well it should have stated...this is a test [b]with bold [i]and bold italic[/i] words[/b]My bad when I wrote the mail to the list... but it still don't work...PowerPalleOn torsdag, jan 30, 2003, at 21:40 Europe/Copenhagen, John Peacock wrote:> Palle Bo Nielsen wrote:>> this is a test [b]with bold [i]and bold italic[/i] wordsYou are missing a [/b] tag, so the grep will not work...>Trying to create a parsing mechanism, but can't get it to work the right way.I am posting a form like this examplethis is a test [b]with bold [i]and bold italic[/i] wordsThe text above is put into the variable set_main_txt which should be parsed through this grep parsing engine in the order below, which means that it first checks for [b] and [/b] and replaces them with and and then do the same with [i]...[!] -- REPLACE [b] WITH (ignore case) text [/!][text]set_main_txt=[grep search=\[[bB]\]([^[unurl]%5B[/unurl]]*)\[/[bB]\]&replace=\1 b>][text]set_main_txt[/text][/grep][/text][!] -- REPLACE [i] WITH (ignore case) text [/!][text]set_main_txt=[grep search=\[[iI]\]([^[unurl]%5B[/unurl]]*)\[/[iI]\]&replace=\1 i>][text]set_main_txt[/text][/grep][/text]My problem is that the [b] and the [/b] does NOT get parsed while the [i] and [/i] gets parsed correctly. The result is that when I output the variable set_main_txt only the word and bold italic get written in italic but nothing is written in bold.Hope someone can help me out here...PowerPallehttp://www.qt.dk/(The new WebDNA Forum in development)-------------------------------------------------------------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://webdna.smithmicro.com/
Palle Bo Nielsen
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:
[WebDNA] How to Combine a search with Webdna and JS (2017)
[OT] Airport Network (2003)
Date problems (1997)
WebCat2 - many [carts] on one template page? (1997)
New Website with Redakto CMS (2003)
hideif/showif causes error if wrapped around searches (2003)
Editing the search string (1997)
Links to show shopping cart. (1998)
Is this possible, WebCat2.0 and checkboxes (1997)
flushdatabases (1997)
default value from Lookup (was Grant, please help me) (1997)
typhoon vs. webcatalog (1997)
[WebDNA] [redirect] include a value to pass along? (2010)
[WriteFile] problems (1997)
Re:HTTP header line is too long? (1997)
[LOOKUP] (1997)
TCPConnect to query for Domain expiration (2000)
Error Messages Returned to User (1997)
[append] and SSL (1997)
Caching [include] files ... (1997)