Hi Team,
Let’s take an example such that a Documents consists of below text
Hello
World
How To write a regex pattern To match and create a content control? I need To match both Hello and World and it should create a …...ReplacingCallback = new ReplaceWithContentCo(doc, "MyContentControl"), MatchCase...patern = new Regex(pattern); doc.Range.Replace(new Regex(pattern...