diff options
author | Urban Müller | 2023-12-20 16:08:54 +0100 |
---|---|---|
committer | Urban Müller | 2023-12-20 16:08:54 +0100 |
commit | ffed895e8800d983e7c29188a2e28159c1e98497 (patch) | |
tree | 15688bf9b0a2c704a7d1aed6f4f529ab4b6e231c /it_pipe.class | |
parent | d2f39dc0141fe1ff22ede28c370bb665ca24a6da (diff) | |
download | itools-ffed895e8800d983e7c29188a2e28159c1e98497.tar.gz itools-ffed895e8800d983e7c29188a2e28159c1e98497.tar.bz2 itools-ffed895e8800d983e7c29188a2e28159c1e98497.zip |
enable use of it__split in pipes
Diffstat (limited to 'it_pipe.class')
-rw-r--r-- | it_pipe.class | 2 |
1 files changed, 1 insertions, 1 deletions
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; |