I am importing CSV file data, The first Line is columns name for me, What i found in first column name is,
<font color='#cc0000'>'LEG_NO'</font> <i>(length=9)</i>
0 => string 'LEG_NO' (length=9)
The LEG_NO Column contains only 6 characters but when I dump in PHP it shows 9 characters, So I searched for this string online here, i got FEFF ZERO WIDTH NO-BREAK SPACE
Can anybody help me to remove this special character from variable? Which will help me to compare the fields