# Functions
CheckPathContainsIPPort 检查路径中是否包含xxx://ip:port.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetFilterAppKey 从标准格式appkey{abc}中取得key abc.
GetVariableKey 从环境变量标准格式${abc}中取得key abc.
IsMatchCIDRIpv4 判断字符串是否符合ipv4或者ipv4的cidr.
IsMatchDomainPort 判断字符串是否符合域名或者域名:port.
IsMatchFilterAppKey 判断字符串是否匹配策略筛选条件key(应用)标准格式appkey{abc}.
IsMatchIpPort 判断字符串是否符合ip:port.
IsMatchSchemeIpPort 判断字符串是否符合scheme://ip:port.
No description provided by the author
IsMatchVariable 判断字符串是否匹配环境变量标准格式${abc}.
IsRestfulParam 检查是否为restful参数.
IsRestfulPath 检查路径是否有restful参数.
ReplaceRestfulPath 将restful路径转换成apinto的正则匹配路径.
No description provided by the author
# Constants
AnyEnglishOrNumber_ 数字字母下划线任意组合.
CheckPathIPPortExp (scheme://)?ip:port.
CIDRIpv4Exp IPV4或者IPV4的CIDR.
DomainPortExp 域名或者域名:端口.
EnglishOrNumber_ 英文开头,数字字母下划线组合.
IPPortExp IP:PORT.
SchemeIPPortExp scheme://IP:PORT.
UUIDExp UUID正则 数字字母横杠下划线任意组合.
# Type aliases
No description provided by the author