`substring("1234", 0, 1)` produces different results on the client (`"4"`) than on the server (`"1"`).
substring("1234", 0, 1)produces different results on the client ("4") than on the server ("1").