Name of MAP as text over!

HI, i have name of maps like this:

Is there any way to extract number of “level-1” to “1” and add "Level " in front so when maps loads at start it shows name of level instead of “level-1” to “Level 1” with widget blueprint.

Thanks for replay!

Okey so I figure it out by myself. I used Replace from “level-” with “”, so it replaces and add append to "Level " plus Replaced string.

But if level name is “tutorial” it just shows “Tutorial”

Here is finished result: