| http://www.w3.org/ns/prov#value | - If I have g{A{B}} can I match both the 'A', 'B', and the whole nested {}?The match I am trying to make in plain english would be something like: From the first ';' that is not enclosed in any level of nested {}'s until the very next :Code without actually capturing the first ; or the :Code.Here is an example of some especially sticky code I am trying to handle (note nested {}'s as well as ;'s and
|