Wednesday, April 20, 2016

Find duplicate words in IntelliJ

You can easily find duplicate words in IntelliJ as follows:

`[^(@param)] ([a-zA-Z]+) \1 `

Check `Case sensitive` and `Regular expression`.

No comments:

Post a Comment