Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

clean_whitespace

Function
This function is defined in the parse_utils module.
Clean and normalize whitespace in a string

Signature

def clean_whitespace(text: &str) -> String

Parameters

text
&str
required
No description available.

Returns

Returns
String
The result of the operation.

Uses

  • split_whitespace
  • join

Source

View on GitHub

praisonai/src/parity/parse_utils.rs at line 241