# Functions
CutRight slices string around the last occurrence of sep returning the text before and after sep.
SmartJoin is similar to strings.Join except it skips empty strings and the separator is always a white space.
SplitRequest searches for "if" or "unless" and returns result.
StringExtractComment checks if comment is added.
StringSplitIgnoreEmpty while spliting, removes empty items.
StringSplitWithCommentIgnoreEmpty while splitting, removes empty items, if we have comment, separate it.
# Structs
Expression is standard HAProxy expression formed by a sample-fetch followed by some converters.
No description provided by the author
# Interfaces
No description provided by the author