Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5923

[Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing"

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Matthias Urlichs <matthias@urlichs.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing"
Date Fri, 9 Dec 2022 17:41:53 +0100
Lines 52
Message-ID <2c2116f2-16ec-9858-b18a-605a6e58c7e3@urlichs.de> (permalink)
References <6bee8c9e-6b66-fc98-9c4d-53f6d162afef@redcor.ch> <0a215c75-fb0d-b27d-b4a1-5a643ec69df0@chrisarndt.de>
Mime-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------K6DMYQckMAU0JguP935058Ql"
X-Trace news.uni-berlin.de tnWETNX7XV2wQG+ivhxzzgqI+9tEAusjeUe8BN8t2BVw==
Authentication-Results mail.python.org; dkim=pass reason="4096-bit key; unprotected key" header.d=urlichs.de header.i=@urlichs.de header.b=s6GAnVbk; dkim-adsp=pass; dkim-atps=neutral
DKIM-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=urlichs.de; s=20160512; h=Content-Type:In-Reply-To:From:References:To:Subject: MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JHQa++20tbSN17VtVlJj6GtMF6TAZURo3VFpwevODm0=; b=s6GAnVbk9+EfzdH72RYXSED61F +Pb/X2OCkSO0vzYOcuJle12nZJBdwdpt80Pvv2H1TW61crqvPoGX7Axz2EaknFwnwe+FCJaapU2kE WRPyxYsbW4bSQvD36PhoBEEAWVOr99M4yda6hHVKa8tkTmx77/4KyeqGcHSbTQZpxMdmBlbLglWPx MwMVWMoNNhJgn5ug9+dXYx9TDWNHPcRuAgu6mqQC08gdKAfFbf0lC/9oNupKPj6eSt/bc6Z+c1KiV xw29ijnSIKZN1Ev8qv7ayyPzkOEBBbU/D3DzEl/xEkXI/UIDkEcZ/7TxvQBINn6ncpt+AE4ItEpxo MlDyLqxYSgm5uQ8ZXsU70O/lurs+s98dtX669M1FRKzRmQjnhn9DOPOfiyLKLEuo35zPmhYQqdTI/ qW49XAv62/egxminnKdz/mUG1N2EuwHDHXeuDUCP8YwQiNObuunO1gNQeDLogAmPB2epkN9ozj2KA dkhydxA7QkYloas3eE9Kvp73QmE5pU50NBkleW7eK6zAljRDM9S6aFKZ8fjB+8ruYHN9l2PYrU272 LZ0xczyldBakEbzJslvXSWK4/7q5FZL3BUXuuT5tPdOU0rISpN7/weayxsfWXb2aGIH6Sf/chnOZq hcag0ezipmHuYaefHjxUph+QmzY0jmNbaEwPjkFGQ=;
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0
Content-Language en-US
In-Reply-To <0a215c75-fb0d-b27d-b4a1-5a643ec69df0@chrisarndt.de>
X-Smurf-Spam-Score -2.9 (--)
Message-ID-Hash L2G33I6EPQU6YTBDZ53NXCPXR3SJCOEP
X-Message-ID-Hash L2G33I6EPQU6YTBDZ53NXCPXR3SJCOEP
X-MailFrom matthias@urlichs.de
X-Mailman-Rule-Misses dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-python-de.python.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Content-Filtered-By Mailman/MimeDel 3.3.7
X-Mailman-Version 3.3.7
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
Archived-At <https://mail.python.org/archives/list/python-de@python.org/message/L2G33I6EPQU6YTBDZ53NXCPXR3SJCOEP/>
List-Archive <https://mail.python.org/archives/list/python-de@python.org/>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Owner <mailto:python-de-owner@python.org>
List-Post <mailto:python-de@python.org>
List-Subscribe <mailto:python-de-join@python.org>
List-Unsubscribe <mailto:python-de-leave@python.org>
Xref csiph.com de.comp.lang.python:5923

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 08.12.22 09:04, Christopher Arndt wrote:
> c) Regular expressions sind für so was nur bedingt geeignet, besser 
> wäre es einen Parser zu definieren, z.B. mit PyParsing: 

(d) für .INI-Dateien gibt es doch eh schon ein Standard-Modul …?

-- 
-- mit freundlichen Grüßen
-- 
-- Matthias Urlichs

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[Python-de] regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" robert rottermann <robert@redcor.ch> - 2022-12-08 08:20 +0100
  [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" Christopher Arndt <chris@chrisarndt.de> - 2022-12-08 09:04 +0100
    [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" Matthias Urlichs <matthias@urlichs.de> - 2022-12-09 17:41 +0100
  Re: [Python-de] regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2022-12-08 12:29 +0100
  [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2022-12-08 15:07 +0100
    Re: [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2022-12-08 22:46 +0100
  [Python-de] Re: regex: Ausdruck matches wen auf einer Zeile, fails when "freespacing" Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2022-12-08 15:14 +0100

csiph-web