regexp/syntax: named capture groups don't support non-latin alphabets #64678
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Go version
go version go1.21.4 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
Python's re and google/re2 has no issue compiling named capture groups with international characters.
Go doesn't support it, as you could see here running this sample: https://go.dev/play/p/d1pVihwOznE
What did you expect to see?
No errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: