[cfaussie] [ANN-SYD] The State of CFML Address

2010-09-20 Thread Chris Velevitch
Monday 27th September, 6pm for 6:30 start Where is CFML at and where is it going. Kym Kovan and AJ Dyka tell where the Cold Fusion Markup Language is at, what is going on and where it is going. To help with catering numbers, please RVSP on

[cfaussie] OT : JavaScript Regular Expression

2010-09-20 Thread Steve Onnis
Wondering if someone can help me out I am trying to use JavaScript to remove a HTML comment block from a multiline string but cant seem to get it to work So far i had !--(.?*)-- which will remove it only if it is on one line Anyone shed some light on how i can get this to work across multi

Re: [cfaussie] OT : JavaScript Regular Expression

2010-09-20 Thread Gareth Edwards
!--(.|\n|\r)*?-- Tested on http://regexpal.com/ Cheers Gareth. On 21/09/10 12:45 PM, Steve Onnis wrote: Wondering if someone can help me out I am trying to use JavaScript to remove a HTML comment block from a multiline string but cant seem to get it to work So far i had !--(.?*)-- which