In the expression rule, we can see 3 output values (Formated, Raw, Expression).
When I am processing a text with white spaces it is show the text without extra spaces. When I check the same in Raw I can see that extra space.
I want to get exact text which I am getting instead of formatted one.
Raw output :
Discussion posts and replies are publicly visible
I think it is just a way how is is displayed. Try to use len() function to check if additional space is trimmed or not.
Not sure what you want to see.
You see the character causing the spaces in the expression output.
Formatted is for your understanding. If you want to copy paste the output, then you do it from expression. If you use this outpit somewhere in the interface to display, then Raw is the way it will be shown. You can trust Raw and expression.