a='one / two / three \\/ four';b=a.split('/');print(b);
Standard input is empty
["one ", " two ", " three \\", " four"]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!