Multiline Evaluation Expression
Posted: Wed May 28, 2008 5:31 pm
I'm trying to write an expression to do subsitution that will match against a multiline string.
I want to modify this multiline value by removing the tag termnination characters '/>' and appending '> </x:tag>". I'm not concerned if the value remains multiline or not.
My real issue is figuring out how to evaluate across newline or end-of-line values. I would like to do this as search and replace in Textpad.
Code: Select all
<x:tag attribute1="1"
attribute2="2"
attribute3="3"/>
Code: Select all
<x:tag attribute1="1"
attribute2="2"
attribute3="3"> </x:tag>