In Development
Last Updated: 20 Oct 2025 16:16 by ADMIN
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