0796. Rotate String
Description
**Input:** s = "abcde", goal = "cdeab"
**Output:** true**Input:** s = "abcde", goal = "abced"
**Output:** falseac
Last updated
**Input:** s = "abcde", goal = "cdeab"
**Output:** true**Input:** s = "abcde", goal = "abced"
**Output:** falseLast updated