I can see this getting alot of negative votes, if not closed/deleted, but I feel like my question was closed unfairly. It is now had been has again been deleted at http://stackoverflow.com/questions/10154097/regex-to-split-by-and-n
My question was basically that I need a regex to split between spaces, semicolons, and new lines. Did you find that hard to understand? (as the close message stated).
According to the FAQS
We feel the best Stack Overflow questions have a bit of source code in them, but if your question generally covers …
- a specific programming problem
- a software algorithm
- software tools commonly used by programmers
- practical, answerable problems that are unique to the programming profession
… then you’re in the right place to ask your question!
My question was a specific programming problem It is practical to me, it is answerable (there were 2 answers), and I don't see where it is used other than programming.
Chatty, open-ended questions diminish the usefulness of our site and push other questions off the front page.
It wasn't open-ended
Your questions should be reasonably scoped. If you can imagine an entire book that answers your question, you’re asking too much.
It did not take a whole book, not even more than a line or two.
There is other things I could point out, but it is useless now. Main point is, my question followed the guidelines.
I did write a few fair comments (in a semi-polite manner, not rudely, I just wanted an answer as to why it was closed)
And lastly, 90% of the time I google a question, and come on to stackoverflow, the question has been closed. These aren't silly questions, they are direct and following the guidelines as mine was.
Honestly, a private message or response as to why it was closed would make me feel 100x better than not knowing what I did wrong, atleast I could then improve... I think you are missing that point.
split(or the equivalent function in whatever language you're using) is for. – Jack Maney Apr 15 '12 at 5:27splitmethod is a pattern for the delimiter upon which to split. That's not the same as trying to split a string via a regex. – Jack Maney Apr 15 '12 at 8:14