FeynCalc manual (development version)

StringChomp

StringChomp[str] chops initial and final white space of the string str.

See also

Overview, Write2.

Examples

StringChomp[" abc "] 
 
% // InputForm

\text{abc}

"abc"