SyntaxFix
Write A Post
Hire A Developer
Questions
You could replace "^0*(.*)" to "$1" with regex
"^0*(.*)"
"$1"