Thanks,

Actually I am looking for something where the whitespace is removed only after a comma and not otherwise

Like in this case the blank should not be removed in the statement

'Tom Hanks'

But in this case the blank should be removed
'Tom, Hanks'

Notice the comma here. Hence I am trying to remove blank spaces around a comma and in all other cases it should ignore

Thanks