我正在尝试以下方面Regex:
Regex
/^[aeiou]\..*[aeiou]$/
但它不起作用,我测试了"abcda"并且不匹配.
regex
Str1=["Josephine","Joseph smith"]
约瑟芬应该先来,但由于空间,约瑟夫史密斯首先出现.
python sorting list python-3.x
list ×1
python ×1
python-3.x ×1
regex ×1
sorting ×1