Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Functions = rudi.Functions{ "domain": rudi.NewFunctionBuilder(domainFunc).WithDescription("returns the domain portion of the address' email").Build(), "user": rudi.NewFunctionBuilder(userFunc).WithDescription("returns the user portion of the address' email").Build(), "matches?": rudi.NewFunctionBuilder(matchesFunc).WithDescription("returns true if the first value matches any of the given expressions").Build(), "header": rudi.NewFunctionBuilder(docHeaderFunc, headerFunc).WithDescription("returns the first value for the given header or an empty string if the header is not set").Build(), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.