指令名称:regexreplace
    指令用途:正则表达式替换
    参数说明:
    参数1:给定文本
    参数2:正则表达式
    参数3:替换字符
    使用说明:
    regexreplace(“ Hello”, “^[ ]+”,”blank”)