siva nathan

siva nathan

  • 873
  • 819
  • 217.1k

How to replace empty space with underscore in typescript

Aug 21 2020 6:11 AM
Hi All,
 
I have a string called API Definition, need to replace an empty space between API and Definition with underscore
Ex;
Original String:-  API Definition
Expected Result:-  API_Definition
 
can anyone suggest for this 

Answers (4)