Documentation

Mathlib.Data.String.Lemmas

theorem String.congr_append (a : String) (b : String) :
a ++ b = { data := a.data ++ b.data }
@[simp]

The length of the String returned by String.leftpad n a c is equal to the larger of n and s.length