Python re: Regex expression for pattern following 3 letters and comma

前端 未结 0 734
闹比i
闹比i 2020-12-08 21:38

How would one write a regex expression in python re, where the pattern is : 3 english letters followed by a comma

Example:

string_var = "AAA, BBB,         


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