UNPKG

@alitajs/antd-plus

Version:

基于 ant-design 封装的偏业务组件

8 lines 332 B
// 获取格式化的模板文本 export function getTemplateText(runText, second) { if ((runText === null || runText === void 0 ? void 0 : runText.indexOf('{%s}')) !== -1) { return runText.replace(/\{([^{]*?)%s(.*?)\}/g, second === null || second === void 0 ? void 0 : second.toString()); } else { return runText; } }