/\s\–\s/
will find space dash space. Use that to replace it with a single space.
solved How to remove dash between spaces using regex? [closed]
/\s\–\s/
will find space dash space. Use that to replace it with a single space.
solved How to remove dash between spaces using regex? [closed]