Guys, anyone know how in a regex I can
go through a large text string and for every instance of <mytag name="test height="10" width="50" renderer="q6" id="66565656"> run some code extracting those attributes and passing those values into a udf RunRenderer(name,height,width,renderer,id) and replace the output over the tag no its not going to be pure regex but cant use xml as these tags may be in a data set which isn't xml or xhtml ? Nightmare anyone any ideas or starting points? Alex -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
