Jump to content

[SOLVED] whats the best way to extract a string from a string?


ballhogjoni

Recommended Posts

If you want it to be done in regex preg_match is the function to start with.

 

If you want some help, provide an example sentence and the word you want extracted.

 

The key is, what singles that word out. How can you match that word? Is there a certain characteristic that can be used to parse it?

 

Moving to Regex forum for you.

In addition to what premiso said, sometimes regex is not the best solution for the task at hand.

While you have not given any example (to which I invite you to view how to ask a regex question), sounds like you *might* be able to simply use str_replace instead. If it is multiple words, perhaps strtr might be in order...all depends on the example and circumstances.

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.