Hi, @andrew-clark, @scott-sumner, @claudia-frank and All
Ah :-(( I should have tested my idea of changing (?-s) into (?s), before posting. Actually, in case of multi-lines range of characters, between parentheses, the suitable regex S/R is , rather :
SEARCH (\([^()]+?\))|\x20
REPLACE \1
Hope it’s the right one, this time :-D
Cheers
guy038