comby icon indicating copy to clipboard operation
comby copied to clipboard

Support hierarchical named matches

Open elfring opened this issue 3 years ago • 1 comments

Some named matches are occasionally combined besides other characters for the handling of bigger data structures. The overall data selection would be matched then. I propose to connect another identifier to the total match result. This identifier should become reusable for further named matches.

How do you think about to support the construction of search patterns with a varying level of embedded named matches? Would you like to develop bottom-up parsing for selected data structures by such interfaces?

elfring avatar Oct 08 '21 10:10 elfring

How do you think about to reconsider any related information according to the software functionality “named capturing groups” (from the application of regular expressions)? :thinking:

elfring avatar Oct 09 '21 13:10 elfring