Is there not a EE function or plugin that would handle replacing characters. For instance within this entry there are multiple items separated by a comma. I would like to replace the comma with a . Are you saying that the best way to this is by using a PHP query and then the explode function?
{exp:weblog:entries weblog="guitars"}
{series}
{/exp:weblog:entries}webster, how would you want the ee template code to look (it would be easy to whip up an EE plugin to replace the php function, seems pretty useful to me). Is this what you are thinking?
{exp:explode input="blah,one,two,three" delimiter=","}
{item}
{/exp:explode}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.