let
string_after s n =
String
.sub s n (
String
.length s - n)