使用Regexp删除字符串:机器人框架

时间:2019-12-23 09:08:27

标签: regex robotframework

我将变量$ {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位数字。 请为我提供或建议解决方案。

0 个答案:

没有答案