https://bugs.documentfoundation.org/show_bug.cgi?id=157260

--- Comment #17 from Rob <[email protected]> ---
In python a regex as shown below "seemed to help"

import re
var1 = re.sub('\\s*=\\s*','=','host = 10050')

I am not sure of the equivalent in c/c++

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to