1 messages · Page 1 of 1 (latest)
Takes the first character of a text string "$string": "hello" ('%.1s' * $string) = h
"$string": "home" ('%.3s' * $string) = hom