Skip to main content

trim

Function trim 

Source
pub async fn trim(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Remove whitespace from the start and end of a string.