Irakli
09-16-2010, 02:35 PM
Hey guys,
I'm wondering if there is a way to split string after some characters.
For example : if I have this string string $temp = ("c:/maya_project/projectX/images/layerX/sequenceX/")
I want eliminate everything until "/images"
and I need just string $temp = ("/images/layerX/sequenceX/"). How to do this.
I was looking in docs stringToStringaArray and match commands but I didn't get any successfull result
I'm wondering if there is a way to split string after some characters.
For example : if I have this string string $temp = ("c:/maya_project/projectX/images/layerX/sequenceX/")
I want eliminate everything until "/images"
and I need just string $temp = ("/images/layerX/sequenceX/"). How to do this.
I was looking in docs stringToStringaArray and match commands but I didn't get any successfull result
