Help

Submitted by Ishak24 on October 10, 2024
In the first level subdivisions of the world, why when I write Ara (trying to write aragon, spain, it gets sanliurfa (turkey)

Could someone tell me if sanliurfa was also called ara or smth like that, or is it just a mistake?

Thanks in advance

2 Comments
+2
Level 75
Oct 11, 2024
The regex for Sanliurfa on that quiz (and the Asia version) is ^(S?AN?L)?R?[AEIOU]+[HR]F?A. Given the complexity of the regex, the acceptance of 'ara' is indeed, probably a mistake.

Interestingly, other quizzes like the Provinces of Turkey quiz use the standard JetPunk type-in (the green tick). These ones have the regex ^SANL[AEIOU]+RFA (which does NOT accept 'ara'). It also accepts 'urfa' and 'alruha'

+1
Level 20
Oct 11, 2024
Ah okay, I didnt know that, thank you!!!!!!!