我刚刚学习正则表达式,但无法从列表中获取单词
从这样的列表中:
[ "1. hello - jeff", "2. gello - meff", "3. fellow - gef", "12. willow - left"]
我想检索单词:“hello”、“gello”、“fellow”和“willow”
这是到目前为止我的简化代码
for i in [ARRAY OF LISTED WORDS]: word = re.findall(r'^((?![0-9]?[0-9]. ))\w+', i) print(word)
弑天下
德玛西亚99
相关分类