Validating Internationalized URLs
Posted
by VirtuosiMedia
on Stack Overflow
See other posts from Stack Overflow
or by VirtuosiMedia
Published on 2010-05-07T15:40:56Z
Indexed on
2010/05/07
19:48 UTC
Read the original article
Hit count: 256
After reading about the new Arabic URLs, and with more languages to come, how should URL validation be done for internationalized applications? Does the validation change at all and will existing solutions break? Is regex still a good approach? If so, what would that regex look like? If not, what's a good strategy? What are some good resources to read more on the topic?
© Stack Overflow or respective owner