Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83650
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Python 3 regex? |
| Date | 2015-01-13 01:54 +0000 |
| References | <54B40C85.5000806@emerytelcom.com> <mailman.17635.1421092112.18130.python-list@python.org> <4043d09b-05b2-4dc2-8a6b-bae2d53cd01f@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17649.1421114112.18130.python-list@python.org> (permalink) |
On 12/01/2015 23:47, Rick Johnson wrote: >> 'Some people, when confronted with a problem, think "I >> know, I'll use regular expressions." Now they have two >> problems.' - Jamie Zawinski. > [normal cobblers snipped] If you wish to use a hydrogen bomb instead of a tooth pick feel free, I won't lose any sleep over it. Meanwhile I'll get on with writing code, and for the simple jobs that can be completed with string methods I'll carry on using them. When that gets too complicated I'll reach for the regex manual, knowing full well that there's enough data in books and online to help even a novice such as myself get over all the hurdles. If that isn't good enough then maybe a full blown parser, such as the pile listed here http://nedbatchelder.com/text/python-parsers.html ? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Python 3 regex? Ian <hobson42@gmail.com> - 2015-01-12 19:48 +0000
Re: Python 3 regex? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-12 15:47 -0800
Re: Python 3 regex? Chris Angelico <rosuav@gmail.com> - 2015-01-13 10:52 +1100
Re: Python 3 regex? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-13 01:54 +0000
Re: Python 3 regex? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-12 18:53 -0800
Re: Python 3 regex? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-13 05:34 +0000
Re: Python 3 regex? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-13 08:01 -0800
Re: Python 3 regex? wxjmfauth@gmail.com - 2015-01-13 11:19 -0800
Re: Python 3 regex? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-01-14 14:02 +0100
Re: Python 3 regex? alister <alister.nospam.ware@ntlworld.com> - 2015-01-14 15:11 +0000
Re: Python 3 regex? wxjmfauth@gmail.com - 2015-01-14 10:10 -0800
Re: Python 3 regex? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-15 11:33 +1100
Re: Python 3 regex? wxjmfauth@gmail.com - 2015-01-14 23:03 -0800
Re: Python 3 regex? wxjmfauth@gmail.com - 2015-01-15 00:19 -0800
Re: Python 3 regex? wxjmfauth@gmail.com - 2015-01-15 04:49 -0800
Re: Python 3 regex? Steven D'Aprano <steve@pearwood.info> - 2015-01-13 06:39 +0000
Re: Python 3 regex? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-13 09:09 -0800
Re: Python 3 regex? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-13 10:17 -0800
Re: Python 3 regex? Steven D'Aprano <steve@pearwood.info> - 2015-01-13 04:36 +0000
Re: Python 3 regex? alister <alister.nospam.ware@ntlworld.com> - 2015-01-13 13:23 +0000
Re: Python 3 regex? Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2015-01-13 15:58 +0200
Re: Python 3 regex? Rustom Mody <rustompmody@gmail.com> - 2015-01-14 21:03 -0800
Re: Python 3 regex? Rustom Mody <rustompmody@gmail.com> - 2015-01-14 21:08 -0800
csiph-web