PHP Filter from string
Posted
by Tom Dalenberg
on Stack Overflow
See other posts from Stack Overflow
or by Tom Dalenberg
Published on 2010-05-12T10:33:56Z
Indexed on
2010/05/12
10:44 UTC
Read the original article
Hit count: 155
Hi,
I have a string in PHP for example $string = "Blabla [word]";
I would like to filter the word between the '[' brackets.
The result should be like this $substring = "word";
thanks
© Stack Overflow or respective owner