[BangPypers] Simple queries which can be googled for Was: splitting the string

Anand Balachandran Pillai abpillai at gmail.com
Sat May 29 11:50:21 CEST 2010


On Sat, May 29, 2010 at 2:53 PM, Dhananjay Nene <dhananjay.nene at gmail.com>wrote:

> On Sat, May 29, 2010 at 2:47 PM, murugadoss <murugadoss2884 at gmail.com
> >wrote:
>
> > Hi,
> >
> > I want to split the string using the delimiter, can any please suggest me
> > way to do it in python
> >
> > for example:
> >    one;two;three;four (string)
> >
> > i need to split this string using ; like one,two,three,four
> >
>
> I am not sure what other in the group think about this, but there are times
> when doing a quick google search (or referring the docs) is better than
> posting a query to the mailing list.
>

 +1. The group should not be used like a documentation reference.
Most of these questions can be answered yourself by looking up
the Python documentation or plain googling or just some afternoon
exploration with the Python interactive interpreter.



>
> a. It gets the answer much quicker
> b. Saves the people in the mailing list from having to read one extra mail.
>
> Quick answer to the question above : http://tinyurl.com/298rua2
>
>
>
> >
> > Thank in advance
> >
> > --
> > Thanks & Regards
> > V.Murugadoss
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
>
> --
> --------------------------------------------------------
> blog: http://blog.dhananjaynene.com
> twitter: http://twitter.com/dnene
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
--Anand


More information about the BangPypers mailing list