Skip to main content
Question

Has Anyone Been Able to Use Regex Patterns for String Manipulation?

  • May 19, 2026
  • 0 replies
  • 8 views

Forum|alt.badge.img

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?