1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-11-01 18:17:37 +01:00

Added doc for csv

This commit is contained in:
Lukas Macura
2017-01-30 14:06:12 +01:00
parent 6ee868cf6d
commit 0a36456b56
9 changed files with 171 additions and 99 deletions

View File

@@ -10,7 +10,7 @@ function terminate_on_strict($errno, $errstr, $errfile, $errline)
}
function parse_colnum($ranges) {
$groups=preg_split("/,/",$ranges);
$groups=preg_split("/[,_]/",$ranges);
foreach ($groups as $group) {
$range=preg_split("/-/",$group);
if (count($range)>1) {