Hi I am trying to extract string patterns starting and ending like following:
<jms-provider action="update" name="IBM MQSeries">
---
---
---
---
</jms-provider>
The start column is from 5th column and end always has </
Their may be around 20 of these patterns which I want to gather.
Can some one help.
<jms-provider action="update" name="IBM MQSeries">
---
---
---
---
</jms-provider>
The start column is from 5th column and end always has </
Their may be around 20 of these patterns which I want to gather.
Can some one help.