KOTA ITO

Generation

generate functionThu, 01 Dec 2022

文字列の中のスラッシュをハイフンに置き換える

def replace(string): return string.replace('/', '-') replace('test/test')

Want to kickstart your project?Use the new AI Studio to create your code