let action = '2023-09-06 17:20'
let regxTags = /(?<![\u4E00-\u9FA5A-Za-z0-9_])(Tags\.[a-zA-Z0-9_\u4e00-\u9fa5]+(?!\.|[a-zA-Z0-9_\u4e00-\u9fa5])(\d*))/gm;
action = action.replaceAll(regxTags, "$1.Value");
console.log('action',action)
let action = '2023-09-06 17:20'
let regxTags = /(?<![\u4E00-\u9FA5A-Za-z0-9_])(Tags\.[a-zA-Z0-9_\u4e00-\u9fa5]+(?!\.|[a-zA-Z0-9_\u4e00-\u9fa5])(\d*))/gm;
action = action.replaceAll(regxTags, "$1.Value");
console.log('action',action)