Documentation
¶
Overview ¶
Package regexp is a place to put useful regex patterns
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GolangIdentifierRegexp ¶
GolangIdentifierRegexp returns a Regexp for validating strings as suitable Golang identifiers. It only works for a practical subset of possible identifiers, in particular, it does not support non-ascii unicode letters and numbers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.