npoi
npoi copied to clipboard
ReplaceText() wont replace if there s a slash " / " symbol - after the symbol
https://github.com/nissl-lab/npoi-examples/tree/main/xwpf/ReplaceTexts with code in the above example and following template Template1.docx the replace will happen up to the "slash"
Sry, if this is by design this should ve been a question! If not I quickly solved this by changing the innermost if() with a while()
Related issue: #666