Documentation ¶
Index ¶
- func AddAnchor(key, anchorPrefix string) string
- func IsAddingAnchor(key string) bool
- func IsConditionAnchor(str string) bool
- func IsEqualityAnchor(str string) bool
- func IsExistenceAnchor(str string) bool
- func IsNegationAnchor(str string) bool
- func RemoveAnchor(key string) (string, string)
- type IsAnchor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAnchor ¶ added in v1.3.0
AddAnchor adds an anchor with the supplied prefix. The suffix is assumed to be ")".
func IsAddingAnchor ¶
IsAddingAnchor checks for addition anchor
func IsConditionAnchor ¶
IsConditionAnchor checks for condition anchor
func IsEqualityAnchor ¶
IsEqualityAnchor checks for equality anchor
func IsExistenceAnchor ¶
IsExistenceAnchor checks for existence anchor
func IsNegationAnchor ¶
IsNegationAnchor checks for negation anchor
func RemoveAnchor ¶
RemoveAnchor remove anchor from the given key. It returns the anchor-free tag value and the prefix of the anchor.
Types ¶
Click to show internal directories.
Click to hide internal directories.