Php String


Recommended Posts

I'm looking for a function that can do the following:

$i = abc123bc

The function would then search $i, and for every instance that bc occurs, (without a preceding it!) it then changes that bc to abc.

So:

$i = abc123bc

MagicFunction($i);

echo $i;

Outbut:

abc123abc

Thanks!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...