I need to search in a chain, I give you an example:
"Test text #palabra blablablabla"
I would need to extract "#pablabra". I have seen that with "strpos ($ string," # ")" I can take the position where the # is, but how can I from that position extract the word that would end up in a space. That word can be anything, a name, an object etc, that's why I say that the word would end when there is a space:)
Sorry if I explain myself wrong, thank you very much in advance.