谁能帮我找到以下的正则表达式。我试图匹配“已处理”之后的数字,但前提是前一行包含字符串“支持”。
我一直在使用 "(?<=Processed )(.*?)(?= bytes)" 来获取号码,但我想使用 preg-match-all 并且只匹配备份的号码,而不是验证的号码……
这是一个示例字符串:
Backed up 77914 files in 16615 directories.
Processed 19,500,663,915 bytes in 10 minutes and 27 seconds.
Throughput rate: 1780 MB/min*
Contents verified.
Processed 13,694,118,197 bytes in 1 minute and 41 seconds.
Throughput rate: 7758 MB/min*