From ffed895e8800d983e7c29188a2e28159c1e98497 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 20 Dec 2023 16:08:54 +0100 Subject: enable use of it__split in pipes --- it_pipe.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_pipe.class') diff --git a/it_pipe.class b/it_pipe.class index fd1e7cf..fafc11f 100644 --- a/it_pipe.class +++ b/it_pipe.class @@ -2,7 +2,7 @@ class it_pipe implements Iterator { - static $parampositions = array('explode' => 1, 'preg_match' => 1, 'preg_split' => 1, 'it__match' => 1, 'it__replace' => 1, 'it__filter' => 1); + static $parampositions = array('explode' => 1, 'preg_match' => 1, 'preg_split' => 1, 'it__match' => 1, 'it__replace' => 1, 'it__filter' => 1, 'it__split' => 1); var $lines; # all lines currently in pipe var $_valid; -- cgit v1.2.3