Documentation

Init.Data.String.Extra

Interpret the string as the decimal representation of a natural number.

Panics if the string is not a string of digits.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[extern lean_string_validate_utf8]

      Returns true if the given byte array consists of valid UTF-8.

      Equations
      Instances For
        @[extern lean_string_from_utf8_unchecked]

        Converts a UTF-8 encoded ByteArray string to String.

        Equations
        Instances For
          @[irreducible]
          Equations
          Instances For
            @[inline]

            Converts a UTF-8 encoded ByteArray string to String, or returns none if a is not properly UTF-8 encoded.

            Equations
            Instances For
              @[inline]

              Converts a UTF-8 encoded ByteArray string to String, or panics if a is not properly UTF-8 encoded.

              Equations
              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[extern lean_string_to_utf8]

                  Converts the given String to a UTF-8 encoded byte array.

                  Equations
                  Instances For
                    @[extern lean_string_get_byte_fast]

                    Accesses a byte in the UTF-8 encoding of the String. O(1)

                    Equations
                    Instances For
                      @[irreducible, specialize #[]]

                      Advance the given iterator until the predicate returns true or the end of the string is reached.

                      Equations
                      Instances For
                        @[irreducible, specialize #[]]
                        def String.Iterator.foldUntil {α : Type u_1} (it : Iterator) (init : α) (f : αCharOption α) :
                        Equations
                        Instances For

                          Replaces each \r\n with \n to normalize line endings, but does not validate that there are no isolated \r characters. It is an optimized version of String.replace text "\r\n" "\n".

                          Equations
                          Instances For
                            @[irreducible]
                            def String.crlfToLf.go (text acc : String) (accStop pos : Pos) :
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For