Suppose you have the following text:
Code: Select all
I am some їrandom] text. This is їsomething.something] that їbla] and їbla:bla].Code: Select all
$isolatedData = split("\\ї(її:print:]]+)\\]", $contents);Code: Select all
I am some
text. This is
that
andCode: Select all
їrandom]
їsomething.something]
їbla]
їbla:bla]Code: Select all
ereg("\\ї(її:print:]]+)\\]", $contents, $isolatedData);Can anyone help out?
Thanks.