Search found 1 match

by sigarru
Sat Mar 21, 2009 11:25 am
Forum: PHP - Code
Topic: removing brackets and things in brackets
Replies: 1
Views: 90

removing brackets and things in brackets

Hi, I am an average user in PHP however am not used in string processing etc... and am facing this problem... I'm having data like: ABCDEF [abc] ADDDD [xxy3] and i want it to be ABCDEF and ADDDD after i process it.. In other words i want to remove all things that are in square brackets including the...