多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

You define the following regular expression of currency values: regex tx = new regex("^-?/d+(/./d{2})?$") You are required to write code that will be used to find whether a string in the variable named Bill matches the regular expression or not. You are also required to use this code as the expression in a conditional statement and need to know which code segment to use. What should you do?()

  • A、The tx.Matches(Bill)
  • B、The tx.Equals(Bill)
  • C、The tx.Match(Bill)
  • D、The tx.IsMatch(Bill)
正确答案:D
答案解析:
进入题库查看解析

微信扫一扫手机做题