Can someone explain me
# Match the end of a line for a word that's not followed by whitespace, # e.g. in the case of 'The Arab al[[Razi]]', 'al' will be matched static $e2 = '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD';
Does it mean transforming : ala[[bama]] --> <a href="wiki/Bama">alabama</a> ?
Xmlizer
On Fri, Aug 20, 2004 at 10:13:38AM +0200, xmlizer wrote:
Can someone explain me
# Match the end of a line for a word that's not followed by whitespace, # e.g. in the case of 'The Arab al[[Razi]]', 'al' will be matched static $e2 = '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD';
Does it mean transforming : ala[[bama]] --> <a href="wiki/Bama">alabama</a> ?
There must be an "if" somewhere there, it's only enabled for some languages, e.g. Arabic. The syllable "al" in Arabic is similar to the word "the" in English.
Best regards,
JeLuF
wikitech-l@lists.wikimedia.org