I have a character string that looks like: {/Node:sys1/Application:test appl/ /Node:sys1/Application:test app2/ /Node:sys2/Application:new name/ {/Node:sys2/Application:other name/ /Node:sys2/Application:other name2/
I cannot figure out how to write a reg-exp to parse them into strings such as: array[0] = "/Node:sys1/Application:test app1/"; array[1] = "/Node:sys1/Application:test app2/"; array[2] = "/Node:sys2/Application:new name/"; array[3] = "/Node:sys2/Application:other name/"; array[4] = "/Node:sys2/Applicatoin:other name2/"; Any help is appreciated. Thanks in advance. __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]