Regular Expressions 101

Community Patterns

Remove duplicate lines in sorted text

0

Regular Expression
Java 8

"
(.+)(\n\1)+
"
g

Description

Submitted by @atnbueno - 2 years ago