All Tags »
lookbehind »
problem
Sorry, but there are no more tags available to filter with.
-
Hi,
I have a problem trying to use the negative lookbehind in vb.net, as an example of what im trying to do, I am looking to match the word "FullText" where it is not preceded by "Me." Here is what I have came up with so far:
(?<!Me.*)FullText
An example of what I would like to avoid matching would ...