Regex lookbehind and lookahead at same time

@sshitol

Here, I used Matches Method. It will find all matched values in the given string and will give output as collection of match values.

matchValue(0).Tostring - will give First match

matchValue(1).Tostring - will give Second match

Etc…

1 Like