Documentation
¶
Overview ¶
Package identtoken splits source identifiers into lowercased sub-tokens on separators, camelCase boundaries, and letter/digit transitions. It is a leaf utility shared by search indexing (content generation) and search reranking.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Split ¶
Split breaks an identifier into lowercased sub-tokens on separators, camelCase boundaries, and letter/digit transitions ("getUserById" -> get, user, by, id; "HTTPServer" -> http, server; "parseHTML5" -> parse, html, 5). @intent normalize source identifiers into stable search-index tokens without language-specific dependencies.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.