I want to check: "abcda" => true "abada" => false "bcdefb" => true
I tried to do it by "(.)(?!.*\\1)\\1"<