First page Back Continue Last page Overview Graphics
Getting results from named captures
%+ hash contains the contents of the leftmost capture of a given name that was involved in the match.
%- hash contains an array with the contents of all the buffers of a given name.
exists() can be used to check if a buffer has content just like with any other hash.