gosimple

$sostr = \'20:01:22\';
$soisMatched = preg_match(\'/(20|21|22|23|[0-1]?\d):[0-5]?\d:[0-5]?\d/\', $sostr);
var_dump($soisMatched);

分类:

技术点:

相关文章:

  • 2021-12-27
  • 2022-02-10
  • 2022-12-23
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
猜你喜欢
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案