Thanks much guys! Really appreciated.

Jim, I appreciate the offer and I may take you up on it, I was just
sure there had to be an easier way. No offense.

It just seems that there should be a way to say with the [quote] tags
what you can say with "([^"]*)"...

Looping sounds alright though..

There is of course easy replace operations but that does nothing to
verify syntax.


On Mon, 27 Dec 2004 22:41:04 -0400, Michael Dinowitz
<[EMAIL PROTECTED]> wrote:
> If you point me to the code, I'd like to look at what it does and I'll 
> modifiy it for you if you want. The way the original post sounded, it's some 
> sort of wiki/comment manager code. Might be useful for some projects I'm 
> playing with. :)
> 
> >Mike talked about "greedy" settings using "?" (this was not available when I
> >wrote my DP_BBML tag) - that'll fix your immediate problem.
> >
> >The problem (that Mike also alludes to) is that it's
> >rarely that simple and, at the very least, you have to loop to ensure that
> >all instances are captured.
> >
> >It is slower (but as you said, not THAT slow ;^)  ) the way it's done in my
> >tag, but the major benefit is that the looping process I use also does basic
> >validation and nesting checks.
> >
> >Someday I'm going to update that tag... but even then I may not change the
> >basic engine because I'd lose some robustness.  Still if there's anything in
> >my tag that's helpful please feel free to rip it out.  ;^)
> >
> >Jim Davis
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188862
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to