[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Anything to make regex groups more maintainable
From: |
Peng Yu |
Subject: |
Anything to make regex groups more maintainable |
Date: |
Sun, 8 May 2022 10:27:41 -0500 |
awk doesn't support named groups in regex.
But when a regex is very complex and needs to be modified during
software development, it can be a headache to refer to groups by their
indexes as it is currently done in awk.
Is there a way to make regex more maintainable that is similar to
having the support of named groups?
--
Regards,
Peng
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Anything to make regex groups more maintainable,
Peng Yu <=