Jump to content

[SOLVED] Finding a piece of a string from X character to X character


Recommended Posts

Hi all.

 

Let's say I have a string like so:

 

$string = "Hello world.";

 

And I'd like to have the 6th to 9th characters (for example) split into a different string. Like:

 

$newstring = "worl";

 

Note that I do not want to "find" characters in the string. When I put this to use, the position of the characters will be what I'll need. As in, characters X to X will always represent the same kind of data, but the characters will be changed.

 

I'm trying to convert something dumped into a text file from an external program into something understandable, and in order to do so I'll need to know if the above is possible. Please let me know if I didn't provide enough information.

 

Thank you,

Alex

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.