i am trying to split strings like the one below ready for insertion in to a database.
John Smith -- Operation Manager
the string must be split on the -- with everything before it going in to one array and everything after into another.
At least thats the thoery anyway.