Non-capturing parenthesis' in regex to save the day
Many programmers has heard about regular expressions (regex) and many use them in their day-to-day programming. Not all however have heard of non-capturing parenthesis' which is really a shame since they are a great asset when working with sub-matches. Using an example I'll show you what non-capturing parenthesis' are all about and why they are so great. Working LotusScript agent-code and regex patterns are included.