特殊文字を含む単語を置き換える必要があります。例:
Regex.Replace("Cap' sa* zeesa*total", @"\bsa*\b", "----") is not working.
出力:
"Cap' ---- zeesatotal"
特殊文字を含む単語を置き換える必要があります。例:
Regex.Replace("Cap' sa* zeesa*total", @"\bsa*\b", "----") is not working.
出力:
"Cap' ---- zeesatotal"