validGeneralUrlPathChars top-level constant
String
const validGeneralUrlPathChars
Implementation
const validGeneralUrlPathChars =
r"[a-z"
"$cyrillicLettersAndMarks"
r"0-9!\*';:=\+,\.\$/%#\[\]\-\u2013_~@\|&"
"$latinAccentChars"
//* Include CJK (kana/Han/Hangul) so an internationalized path such as
//* `/wiki/\u65e5\u672c\u8a9e` is not truncated at the first non-Latin character.
"$cjkLettersAndMarks"
"]";