Hi,
I think the error is because of the trim_value => "no". Indeed, the code for the trim with your values give a regex like this ^[no]+|[no]+$ and this regex on the word information match the two last values.
So the trim_value is a string who contains character you want to remove, it don't only remove the string itself.