Quantcast
Browsing latest articles
Browse All 3 View Live

Replace Question

What a dumb mistake!  Thanks VERY MUCH Koopakiller!Bob

View Article


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 Article


Replace 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
Browsing latest articles
Browse All 3 View Live