Re: Question to Slovak Wikipedia SW
Timwi <[email protected]> Thu, 26 Feb 2004 20:40:59 +0000
| Newsgroups | gmane.science.linguistics.wikipedia.international |
|---|---|
| Message-ID | <[email protected]> |
Stanislav Valasek wrote:
> Thank you for RegEx clarification. So for Slovak we will use:
> /^((?:á|ä|c(|d(|é|í|l(|l'|ó|ô|š|ú|ý|ž|[a-z])+)(.*)$/sD
> do you see some misspelling there?
Seeing as you have six opening parentheses, but only three closing
parentheses, I'm afraid to say this regexp is not correct syntax.
I suppose that instead of "c(", "d(", "l(" and "l'", you probably meant
č, ď, ľ, and ĺ, right? You should probably put in the correct characters.
Timwi