Displaying page
of
pages;
Items to
Title |
Test
Details
XML Tag Value
|
Expression |
(?<=<TAGNAME.*>).*(?=</TAGNAME>)
|
Description |
This regex gets the value within an XML Tag. For example, given the following tag: <Result>result is here</Result> it returns the string "result is here". Replace TAGNAME with your tag name.
|
Matches |
<test>value</test> | <Result>some response</Result> | <name>Ryan Shripat</name> | <a href="http://www.mindbaseconsulting.com">Mindbase Consulting</a>
|
Non-Matches |
<result>true</answer> | <name isLong="yes">Ryan Shripat</nameX> | random text
|
Author |
Rating:
Ryan Shripat
|
Displaying page
of
pages;
Items to