[^PZVJG]{4}(.)[EFUG]{6}(.)[^\sPZVJI]{2}
should be
[^PZVJG]{4}(.)[EFUG]{6}\1[^\sPZVJI]{2}
(note the \1 )
[^PZVJG]{4}(.)[EFUG]{6}(.)[^\sPZVJI]{2}
should be
[^PZVJG]{4}(.)[EFUG]{6}\1[^\sPZVJI]{2}
(note the \1 )