text t = "un monde parfait"

array a = t.split(" ")

scan a let  a[] = a[].toText().capitalize()

t = a.join(" ");

print t