sorry the title might be confusing.
for some reason if Uri:: segment(3) = 'text1, text2 & text3';
when i compare that Uri::segment(3) to 'text1, text2 & text3' , i get false,
thank you
It is probably 'text1, text2 & text3' - the Uri input is sanitized using htmlentities()
This is configured in app/config/config.php and strongly recommended to prevent XSS attacks.