Now that I know that NetBrain can process C# statements for text searching and parsing, I’m trying to create logic that supports Regex patterns.
The native NetBrain functions and the C# method all seem to work with fixed text and string variables but not Regex patterns.
ReplaceByRegex can search for patterns, but it is limited by when it can be used.
Has anyone been able to construct a C# Regex command that uses patterns to search and parse strings?
