windows - Regex: Find/Match tags whose contents are repeated in multiple files -


i want find/match tags contents repeated in multiple files. maybe me. example:

<title>this one</title>

<title>44 5464 blah blah</title>

<title>bebe more letter</title>

<title>this one</title>

<title>destroy enigma64 joker</title>

my desire output, result of search in multiple files should be:

<title>this one</title>

<title>this one</title>

step 1. open ms excel.

step 2. open grepwin (the best , simple text editor)

  • check radio button down right: "content"

step 3: search regex: <title>(.*?)</title>

step 4: select results (ctr+a) , press right click:

  • copy filenames column on excel
  • copy text results b column on excel

step 5: on excel go conditional formatting -> highlight cells rules -> duplicate values

this show duplicate <title> tags. that's all.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -