I am new to Regular Expressions (don't really need to use them much), however need to use in this case.. Kind of a daunting task. I have tried my luck, but am stumbling...
Here is what I need to do.. Search a string, of lots of xml, and pull out the name from the following XML.
<last_Name xmlns=" </last_Name>
What kind of reg expression would match "<last_name...." w/
"</last_Name>" ? and return only the middle?
Having troubles, any help would be appreciated.
Thanks
Here is what I need to do.. Search a string, of lots of xml, and pull out the name from the following XML.
<last_Name xmlns=" </last_Name>
What kind of reg expression would match "<last_name...." w/
"</last_Name>" ? and return only the middle?
Having troubles, any help would be appreciated.
Thanks