Skip to content
Snippets Groups Projects
Commit 8e6f0cdc authored by Francé Wilke's avatar Francé Wilke
Browse files

Add more nonofficial whitespace characters

parent 94e453b5
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,9 @@ var NonOfficialWhitespaceChars = []string{ ...@@ -62,7 +62,9 @@ var NonOfficialWhitespaceChars = []string{
"\u200C", // Zero width non-joiner "\u200C", // Zero width non-joiner
"\u200D", // Zero width joiner "\u200D", // Zero width joiner
"\u2060", // Word joiner "\u2060", // Word joiner
"\u202C", // Pop directional formatting
"\uFEFF", // Zero width no-break space "\uFEFF", // Zero width no-break space
"\u00AD", // Soft hyphen
} }
var snakeCaseRegex = regexp.MustCompile("^" + snakeCasePattern + "$") var snakeCaseRegex = regexp.MustCompile("^" + snakeCasePattern + "$")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment