Hi all
i have a text box with some codes
what i want is to extract all of the codes that show images name
for example i have
so i want to extract the names of the images between the brackets [imagename][/imagename]
i have a text box with some codes
what i want is to extract all of the codes that show images name
for example i have
welcome
1
[imagename]abc[/imagename]
[imageurl]http://xxx.com[/imageurl]
2
[imagename]defjhij[/imagename]
[imageurl]http://xxx.com[/imageurl]
3
.....
so i want to extract the names of the images between the brackets [imagename][/imagename]