Hi, I have string , which I want to split into strings of equal size(characters) lets say 4 or 5. Did some searching. Found this $aNumber = StringRegExp($string, "\d{4}", 3) This only works on numbers and not on general string. Please Help me. Thanks