This works for your current examples. The re.sub adds a space between any existing <lower><upper> sequence. import re def camelCase(string): ...
確定! 回上一頁