无标题对话
RegExpert
Robin Grutschnig
5.00
(1)
6
对话
Generates regular expressions matching what you want
I need a regex that matches Gmail addresses.
Explain how the regex "/(\+46|0)\s?\d{1,3}\s?\d{2,3}\s?\d{2,3}(\s?\d{2})?/" works. Give examples for words or patterns it can match.
Will the regex "mango/i" match the word "MaNgO" in JavaScript?
I need a Python script that scans a text document for the word "Waldo". Use the built in re module.