in reply to Re^3: split function using multiple delimiters
in thread split function using multiple delimiters

How so?
OP: How do I split a string on comma and/or "and"?

ww: (lots of stuff not answering the question)

How is that helpful?
  • Comment on Re^4: split function using multiple delimiters

Replies are listed 'Best First'.
Re^5: split function using multiple delimiters
by Anonymous Monk on Dec 28, 2011 at 08:10 UTC

    I read the reply as: "This is what your solution achieves currently. By looking at the results, you can probably see what goes wrong and split it into multiple sub-problems and possibly even have an idea on how to fix them." In other words, he was teaching debugging through inspecting data and it will help with the apparent "cobble together code and modify it until it appears to work" mentality the OP might have.