m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Adds funcs to return strings w/ prefixes and suffixes #158

Closed nkinkade closed 1 year ago

nkinkade commented 1 year ago

Previously, the only string function returned a typical mlab hostname. This commit adds additional string functions to return various combinations of the hostname with or without prefixes and suffixes.

Additionally, this commit modifies the v2 regexp to capture and return any prefix. Previously the prefix match was a non-capturing group.


This change is Reviewable

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 1225


Totals Coverage Status
Change from base Build 1214: 0.03%
Covered Lines: 2169
Relevant Lines: 2296

💛 - Coveralls