本文介绍了用正则表达式查找某些数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要查找给定数字是否在0到500之间,如果是,则替换一个单词。此外,如果一个数字介于501和900之间,它应该用不同的单词代替。
我尝试过:
不多,我正在玩正则表达式测试仪,我找不到解决方案。
I need to find if a given number is between 0 and 500 and if so, replace a word. Furthermore, if a number is between 501 and 900 it should replace by a different word.
What I have tried:
Not much, I'm playing with regex tester and i can't find a solution.
推荐答案
这篇关于用正则表达式查找某些数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!