Not able to remove all whitespace characters in PostgreSQL string using regexp_replace or replace functions
I am having werid problem. Trying to remove whitespace characters from varchar variable in PostgresSQL. However one space is not removed. I dont know how is this possible. Variable value: Snímek obrazovky 2019-12-05 v 13.33.37.png regexp_replace(variable, 's', '_', 'g') Returns: Snímek_obrazovky_2019-12-05_v…