Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
<!\[CDATA\[([^\]]*)\]\]>
|
Description |
for getting cdata from and xml document.
cdata returns in $1.
it's not perfect as you can see from the non-matching examples. improvements needed - but this works for most scenario's.
|
Matches |
<![CDATA[ gobbledy gook ]]> | <![CDATA[ gobbledy & more gook ]]>
|
Non-Matches |
<![CDATA[ gobbledy ] gook ]]> | <![CDATA[ gobbledy ]] gook ]]>
|
Author |
Rating:
dave krause
|
Displaying page
of
pages;
Items to