2

文字列の末尾から数字を削除したい。

例:

 string123
 example545

出力:

string
example
4

5 に答える 5