these are the words in array
WorkNumber
WorkType
Version
Status
Module
Priority
AssignedBy
AssignedTo
Subject
Details
EstimatedTime
ActualTime
CreatedDate
ModifiedDate
i need the output as following
Work Number
Work Type
Version
Status
Module
Priority
Assigned By
Assigned To
Subject
Details
Estimated Time
Actual Time
Created Date
Modified Date
This is what you need :
"YourString".replace( /([a-z])([A-Z])/g, "$1 $2");
Will output :
"Your String"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With