Code: Select all
$text = "1,2,3";
text formatlist($text, "f", ",", "!1|3"); //1,2,3
$text = "1|2|3";
text formatlist($text, "f", "|", "!1|3"); //2Code: Select all
$text = "1,2,3";
text formatlist($text, "f", ",", "!1|3"); //1,2,3
$text = "1|2|3";
text formatlist($text, "f", "|", "!1|3"); //2Code: Select all
$text = "1,2,3";
text formatlist($text, "f", ",", "!1,3"); //2