in reply to Re^3: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp
It's also far less efficient (though perhaps not enough to matter).It surprises many people that qr is slower than expected:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Reusing a complex regexp in multiple spots, escaping the regexp
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 | |
by LanX (Saint) on Apr 16, 2026 at 14:39 UTC | |
|