Page 1 of 1

Please help with backreference!!

Posted: Sat May 24, 2014 10:35 pm
by jorgeortega11
I have a problem with this regex code i made, because it doesnt select nothing of the 3 words should it select, so i am getting frustrated with this stuff.

Regards:

^(\b[a-zA-ZÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËéèêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ]{3,10}\b)(\s\b[a-zA-ZÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËéèêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ]{3,10}\b)?(\2)?$

Re: Please help with backreference!!

Posted: Sun May 25, 2014 3:37 am
by requinix
What string are you testing it on?

And learn to use Unicode in regular expressions.