http://qs1969.pair.com?node_id=826696


in reply to matching any string except a regex

Maybe you could simply add a .* at the beginning of your pattern:

s/(.*\{\{GHGbible-ref... ^^

This would gobble up everything upto the last {{...}} thingy before the 4:5, so you'd capture 'Ru' instead of the 'Gn' from the first {{...}}.