Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119549 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 42972 invoked from network); 14 Feb 2023 15:32:22 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Feb 2023 15:32:22 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C264F1801FD for ; Tue, 14 Feb 2023 07:32:21 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS16276 149.56.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from tls2.org (tls2.org [149.56.142.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 14 Feb 2023 07:32:21 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: thruska@cubiclesoft.com) with ESMTPSA id 242BA3F976 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cubiclesoft.com; s=default; t=1676388740; bh=hLi2fX/fHH9vW0eJ6w0JLeDzR9fLUuiCVITw1k88yLs=; h=Date:From:To:Subject:From; b=Ee7RUEr2PuBlqVJVA+phhXtuwL8HwAqXIs0Jsr+fFLnpinSUzMl8BOlETLycx8kNb HF8M0a0Gg8+JgOScZ3gH7sLC/rQU27dNT9I4wpmeRn8fuujRaTNKJcc2OxYMXcmu0y 3U3lODfdlJXx5Pen8xjA5CXs2Vj9q82Sqn5H5P2BftrU9fbYnwXPmgCS14Vp+Wr14B aXmTp2vj/QR1hrU4SOOiT9ZUF3uX/nC+SXO7oKeIUyF8gEvyh3tfjqTloAbUodQRp5 tF5tOcLxqvDKsfW4y+CvDxmVj6twY1M5k4aBavwaq0c82HtCGLSygwHZuW542tNXcS Kg5D4SUuT5h9g== Message-ID: Date: Tue, 14 Feb 2023 08:32:18 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 Content-Language: en-US To: PHP Development Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [RFC] Working With Substrings From: thruska@cubiclesoft.com (Thomas Hruska) Hello Internals, I would like to start the discussion on adding several functions and parameters to existing functions for improved substring handling in PHP: https://wiki.php.net/rfc/working_with_substrings Please see the Open Issues section for a series of possible issues/questions that I anticipated could come up, but I'm sure there will be others. Some are technical questions related to the source code while others deal with bikeshedding (function names, etc). -- Thomas Hruska CubicleSoft President CubicleSoft has over 80 original open source projects and counting. Plus a couple of commercial/retail products. What software are you looking to build?