UNPKG

@shopgate/engage

Version:
6 lines 265 B
/** * Takes a string and converts it to a part to be used in a portal name * @package FormBuilder * @param {string} s The string to be sanitized * @return {string} */export var sanitizePortalName=function sanitizePortalName(s){return s.replace(/[\\._]/,'-');};