Skip to main content

normalize_identifier

Function normalize_identifier 

Source
pub fn normalize_identifier(
    identifier: Identifier,
    strategy: NormalizationStrategy,
) -> Identifier
Expand description

Normalize a single identifier based on the strategy.

§Arguments

  • identifier - The identifier to normalize
  • strategy - The normalization strategy to use

§Returns

The normalized identifier