Completed
Last Updated: 12 Nov 2025 11:41 by ADMIN
Release 2025.4.1104 (2025 Q4)
Andre' Hazelwood
Created on: 08 Oct 2024 12:13
Category: WordsProcessing
Type: Bug Report
0
Wordsprocessing: Replace cannot match whole word with special characters (e.g. "#", "@", "&") at the start/end

 Replace cannot match whole word with special characters (e.g. "#", "@", "&") at the start/end.

Workaround (RegEx):

editor.ReplaceText(new Regex($"(?<=\\s|^|[\\c_]){placeholder}(?=\\s|$|[\\c_])"),"new content");

 

0 comments