import"core-js/modules/es.string.replace.js";
/**
* Takes a string and converts it to a part to be used in a portal name
* @packageFormBuilder
* @param {string} s The string to be sanitized
* @return {string}
*/exportconstsanitizePortalName = s => s.replace(/[\\._]/, '-');