我将变量$ {FullDate}设置如下: $ {FullDate} 2020年12月30日
我要收集以下内容:
${Day} 30
${Month} 12
${Year} 2020
示例:
${year}= Remove String ${FullDate} /
${year}= Remove String Using Regexp ${year} ^[0-9]{4}
LOG ${year}
答案:2020
我无法从后面删除字符串6位数字。 请为我提供或建议解决方案。