xid
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.
On this page
Languages
Go86.3%Nix13.7%
Contributors
Latest Release
v0.1.2December 28, 2023MIT License
Created October 23, 2020
Updated July 4, 2025