Jump to content

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


Gleasonator

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.