Documentation
¶
Overview ¶
Package re implements a regular expression module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ns = eval.BuildNsNamed("re"). AddGoFns(map[string]interface{}{ "quote": regexp.QuoteMeta, "match": match, "find": find, "replace": replace, "split": split, }).Ns()
Ns is the namespace for the re: module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.