EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...

    Function stripTrailingSlashes

    • Internal

      Strip trailing slashes without using a regex, so the CodeQL polynomial- ReDoS detector has nothing to flag. Single linear pass from the right.

      Parameters

      • s: string

        Input URL or path string.

      Returns string

      The string with all trailing / characters removed.