@resistdesign/voltra
    Preparing search index...

    Function getPathArray

    • Get the path segments from a path string.

      Parameters

      • path: string

        Path string to split.

      • delimiter: string = PATH_DELIMITER

        Delimiter used to split the path.

      • filterEmptyOutput: boolean = false

        Whether to remove empty output segments.

      • filterEmptyInput: boolean = true

        Whether to remove empty input segments.

      • useJson: boolean = true

        Whether to parse each segment as JSON.

      • uriDecodeParts: boolean = true

        Whether to URI-decode each segment.

      Returns any[]

      Array of path segments.