How to make title with slash to create slug without slash

Sorry I can’t find in docs anything helpful.

I have title = ‘my awesome/title/with/slash’
I got autoslug = ‘my-awesome/title/with/slash’
I wanna ‘my-awesome-title-with-slash’

Hugo documentation

I’m temporarily using custom slug variable to solve this.