Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4500
| From | Christopher Arndt <chris@chrisarndt.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] re.split und Unicode in Python 3 |
| Date | 2016-07-29 17:16 +0200 |
| Message-ID | <mailman.29.1469805389.6033.python-de@python.org> (permalink) |
| References | <7ae0837f-8596-a55b-7195-e6d85492dd51@chrisarndt.de> <7ce4398d-3c64-f8a5-8d41-7213bc0437d4@behnel.de> <eb69ff20-205b-f6b3-2787-0891d6bc38fd@chrisarndt.de> |
Am 29.07.2016 um 16:57 schrieb Stefan Behnel: > Die Signatur von re.split() ist > > re.split(pattern, string, maxsplit=0, flags=0) Ah, dachte ich mir doch, dass ich was übersehen habe. Ich sollte mir wohl angewöhnen, die Flags immer per keyword arg zu übergeben, auch bei den anderen re Funktionen/Methoden. Thx, Chris
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] re.split und Unicode in Python 3 Christopher Arndt <chris@chrisarndt.de> - 2016-07-29 17:16 +0200
csiph-web