Quantcast
Channel: Tech Support Guy
Viewing all articles
Browse latest Browse all 38405

Regex replace Help needed

$
0
0
I have a string SmithMaryJane

I can identify it with this '[A-z][a-z]+[A-z][a-z]+[A-z][a-z]+'

I need the syntax to do a replace so the string is Smith Mary Jane
I've never used the rgx.Replace(input, replacement) before and can't figure it out.
Doing this in vba

Thank for reading my post and great thanks if you have a solution!

Viewing all articles
Browse latest Browse all 38405

Trending Articles