|
|
|
|
|
by miki123211
386 days ago
|
|
Regex syntax helps you understand what a regex does, not necessarily why it does it. You can't decompose it into parts, you can't give those parts human-friendly names, you can't re-use parts in other regexes, you can't (easily) write functions that return or manipulate regexes (like that "list with separator" function shown above). |
|