Hello,
We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...ReplaceEvaluatorSign() Dim Regex As New Regex(TokenPattern, RegexOptions...string . doc.Range.Replace(Regex, " ", New FindReplaceOptions)...