如何检测字符串中的反应词?

时间:2019-08-07 11:51:09

标签: regex python-3.x string

我正在尝试检测字符串中诸如“ ididihhhhh”和“ omg”之类的笑语。

链接设计正则表达式:

regexper.com

和在线正则表达式:https://regex101.com/r/hRkWuM/1

regex = r"\b(?:m*(?:hm)+h?|h*hm+h[hm]*|h*(?:oh)+o?|o*oh+o[oh]*|e*(?:be)+b?|b*be+b[be]*|(?:o+m+)+g+|m?o+m+g+[mg]*|(?:d+i+h+)+d+h+|d?i+h+[dih]*)\b"

0 个答案:

没有答案