GitHunt

xid

PkgGoDev
Test

Package xid implements validation functions for unicode identifiers,
as defined in UAX#31: https://unicode.org/reports/tr31/.
The syntax for an identifier is:

<identifier> := <xid_start> <xid_continue>*

where <xid_start> and <xid_continue> derive from <id_start> and
<id_continue>, respectively, and check their NFKC normalized forms.

Languages

Go86.3%Nix13.7%

Contributors

MIT License
Created October 23, 2020
Updated July 4, 2025
smasher164/xid | GitHunt