Hi Team,
Below code I used to add the comment for date. this code is not working for below mentioned input doc file.
Test_Input.docx (14.0 KB)
Test_expected_output.docx (19.0 KB)
public static void DateFormat(Doc…...Replace(new Regex(@"\b\d{1,2}-(?!May)(?:jan|feb|mar|apr|ma...g|sep|oct|nov|dec)-(\d{4}|\d{2})\b"), "", options); //01-JAN-2022...