BB5 6BN, BB4 6BN,BB4 8BN, CF10 3BA

Can anyone please help me as how can I remove space after the comma?

-Gunjan Ahuja

` var input = "BB5 6BN, BB4 6BN,BB4 8BN, CF10 3BA";

var trimmedInput = input.Replace(", ", ",");`
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.