Jump to content

How do I capture the next 5 characters?


Jeffro

Recommended Posts

I have different strings, all of which will always be different but each string will always have one instance of /123/ (where 123 could always be different text).

 

How can I capture the 2 forward slashes with the 3 letter (or number) text in the middle?

 

Example:

string1 = "domain.com/abc/and-more-text.html"

 

I just want /abc/ from the above (but abc might always be different as will the surrounding text except for domain.com which the 5 characters I'm grabbing will always immediately follow)

 

Thank you. 

 

 

 

 

Link to comment
Share on other sites

Thanks for the reply.  I think that would work fine if my current string already had that contained in it but it doesn't. 

 

Is there a way to say "Give me the next 5 characters following $mystring ?"

 

Sorry if this is a dumb question.  I'm not much good at php.. just use it for the occasional hack on my sites. 

 

Thanks much. 

Link to comment
Share on other sites

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.