Forum Discussion

cindyso's avatar
cindyso
New Contributor
3 years ago

How to get substring from a text

//get feature def feature = context.expand( '${Check Feature_JDBC#ResponseAsXml#//Results[1]/ResultSet[1]/Row/NAME[text()="UVA "]//following-sibling::ENABLED}' )  The space after keyword 'UVA' migh...