我有一个 XML 文件,其中有多行不同长度的字符串Value="(random characters/numbers/symbols)"
。Value="fREFG$£$RF43wfr£$32"
我想清理它并将其替换为Value=""
我该如何使用正则表达式来做到这一点
我已经......发现:Value=\"([0-9]*)\"
但这并不包括字符/符号
我有一个 XML 文件,其中有多行不同长度的字符串Value="(random characters/numbers/symbols)"
。Value="fREFG$£$RF43wfr£$32"
我想清理它并将其替换为Value=""
我该如何使用正则表达式来做到这一点
我已经......发现:Value=\"([0-9]*)\"
但这并不包括字符/符号