in reply to Re^2: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp
A whole bunch of qr// requires so much more noise. It's far less readable. It's also far less efficient (though perhaps not enough to matter). But you have a point about testability.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Reusing a complex regexp in multiple spots, escaping the regexp
by sleet (Pilgrim) on Apr 15, 2026 at 18:01 UTC | |
by LanX (Saint) on Apr 15, 2026 at 20:27 UTC | |
by sleet (Pilgrim) on Apr 15, 2026 at 22:32 UTC | |
by LanX (Saint) on Apr 16, 2026 at 12:27 UTC | |
by tobyink (Canon) on Apr 16, 2026 at 13:00 UTC | |
| |
|
Re^4: Reusing a complex regexp in multiple spots, escaping the regexp
by LanX (Saint) on Apr 15, 2026 at 09:42 UTC |