Insert a string inside a string
Posted: Wed Mar 17, 2010 9:08 am
How can I insert a substring(for example a space) inside dhe fifth position of a string:
This: 12:45Mtv
to this: 12:45 Mtv
This: 12:45Mtv
to this: 12:45 Mtv
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
http://www.php.net/manual/en/ref.strings.phpklevis miho wrote:How can I insert a substring(for example a space) inside dhe fifth position of a string:
This: 12:45Mtv
to this: 12:45 Mtv