↧
Replace Question
Hi, Regex.Replace return the changed string:Dim rgx AsNew Regex("(?<ampchar>\&)") retstr = rgx.Replace(retstr,"${ampchar}replaced") MsgBox("result is: """& retstr &"""")Koopakiller...
View ArticleReplace Question
Hi,I am trying to do a Replace and I'm not getting what I expect. I think that I am following an example in the great book by Francesco Balena but apparently not. My simple code looks like this ...Dim...
View Article