Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Java 8

"
^(.{3})[.](.{3}[.])*(.{3})$
"

Description

This regex matches any pattern like in the title. HackerRank challenge modified.

Submitted by anonymous - 3 years ago