Hey guys-
I am trying to create a replace object script that will take all connections on an object, and replace it with a new one. My thought was to find all connections then strip the name off, and connect the corresponding new object with the same connections. Anyways, I was looking into regular expressions, and will invest in a book on it, but for now, I have this, that I thought would strip everything before the "." hence leaving only the attribute name.
CODE
string $baseStrip = match "$[\$.]*" $base
;
I am obviosly missing somethiing here. Thanks to anyone who responds.
Scott