You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a function that is searching for the nearest named group by name by measuring the distance from the nametable and last capture_last callout structure field.
It seems to be buggy.
Like how do I get the most recent (actually only one normally in the current subroutine) named group when duplicate names are allowed?
The text was updated successfully, but these errors were encountered:
Duplicate names are most useful in patterns when only one of the duplicates can be set in any given match, for example, if each one is in a separate branch. If more than one is set, there is no direct way to tell which was most recent. I think the only way you could achieve this would be to make use of different (*MARK) items.
I have a function that is searching for the nearest named group by name by measuring the distance from the nametable and last capture_last callout structure field.
It seems to be buggy.
Like how do I get the most recent (actually only one normally in the current subroutine) named group when duplicate names are allowed?
The text was updated successfully, but these errors were encountered: