I have this problem in split
I want to convert the numeric into formatcurrency but it contains a Character
For example:
POC 1900
output :
POC $1,900.00
Or
1900 POC
output :
$1,900.00 POC
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Regular Expression to match and replace values.
EDIT:
If string contains comma (,) between numbers then replace it with :