conditional logic in regular expression

后端 未结 0 457
悲哀的现实
悲哀的现实 2020-12-11 19:47

I\'m trying to get the following conditional logic with regular expression.

if (text starts with +61) {
  if (text after +61 is 1800) {
    // then match 6 di         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题