I have word document in that I want to convert the fraction number to string.
Please find the input and expected output.
Input_fraction.docx (11.8 KB)
Expeceted_Output_fraction.docx (11.8 KB)
@Manasahr Your colleague already asked a similar question here. In your case you can use find and replace functionality to match the required fraction numbers using the appropriate regular expression and use IReplacingCallback to convert the matched number to ordinal representation.