sensu.toSensuName() function
sensu.toSensuName()
is a user-contributed function maintained by
the package author.
sensu.toSensuName()
translates a string value to a Sensu name
by replacing non-alphanumeric characters ([a-zA-Z0-9_.-]
) with underscores (_
).
Function type signature
(v: string) => string
Parameters
v
(Required) String to operate on.
Examples
Convert a string into a Sensu name
import "contrib/sranka/sensu"
sensu.toSensuName(v: "Example name conversion")// Returns "Example_name_conversion"
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.