0

enter image description here

Tried using regular expression feature in notepad++. But since i am not used to it cant find any solution. I have huge file and dont wanna do it manually. Any help would be appreciated.

6
  • i followed this link stackoverflow.com/questions/287404/…. But i cant convert that logic to solve my problem Commented Apr 14, 2015 at 14:21
  • I tried that for you, when i checked the option"wrap around", it works, expression inserted in "find" replaced by "replace" Commented Apr 14, 2015 at 14:24
  • can you paste that for me ? Commented Apr 14, 2015 at 14:25
  • so you want simply to remove "< /item>< item>" from any "< /item>< item>Text< /item>< item>" ? Commented Apr 14, 2015 at 14:34
  • yes only remove "< /item>< item>" after text Commented Apr 14, 2015 at 14:36

1 Answer 1

1

You have to use a group, specify them by "()" then use it again by "\n", if there more than one group, use them as they appear in the regex: \1, \2 ... and so on

regex in notepad++

Sign up to request clarification or add additional context in comments.

1 Comment

you are welcome friend, plz select the answer as accepted, so others can benifit.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.