Unplanned
Last Updated: 08 Oct 2024 12:13 by Andre' Hazelwood
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