Combine multiple grouped pieces.
Section: Groups and Alternation
Nested groups
regex
regex
^(?:https?|ftp)://([^/\s]+)Explanation
Captures the host while allowing several schemes.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Groups and Alternation