Please help with backreference!!

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
jorgeortega11
Forum Newbie
Posts: 1
Joined: Sat May 24, 2014 10:32 pm

Please help with backreference!!

Post 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)?$
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Please help with backreference!!

Post by requinix »

What string are you testing it on?

And learn to use Unicode in regular expressions.
Post Reply