2014-01-28 1 views

답변

2

참조 문서, \b을 가진 _test 초래.

Regex.Replace("Test2 Test Test() Function(Test)", @"\bTest\b", "Boat") 

출력 :

Test2 Boat Boat() Function(Boat) 
관련 문제