What am I missing? I put in message box:
put replacetext("one two", "(.+) (.+)", "\2 \1")
I get result:
"\2 \1"
rather than:
"two one"
--
Kaveh Bazargan
Director
River Valley Technologies <http://rivervalleytechnologies.com/> • Twitter
<https://twitter.com/kaveh1000> • LinkedIn
<https://www.linkedin.com/in/bazargankaveh/>