ts remove first 0 number from string

Solutions on MaxInterview for ts remove first 0 number from string by the best coders in the world

showing results for - "ts remove first 0 number from string"
Samuel
06 Sep 2016
1number.replace(/^0+/, '')
similar questions
queries leading to this page
ts remove first 0 number from string