Documentation
¶
Overview ¶
Package util contains some util functions used by jiebago.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegexpSplit ¶
RegexpSplit split slices s into substrings separated by the expression and returns a slice of the substrings between those expression matches. If capturing parentheses are used in expression, then the text of all groups in the expression are also returned as part of the resulting slice.
This function acts consistent with Python's re.split function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.