Home > other >  Re regular expressions
Re regular expressions

Time:03-20

STR="sd1, 234 gd"
Regex=re.com running (r "(\ d {1, 3})? * "(\ d {3}))
Print (regex. Search (STR) group ())
Why can't match 1234? Great god glad
  • Related