I have this regex filter: <+>|\P{L}
Numbers and HTML tags are deleted.
My problem is that spaces are also deleted and I don't want spaces to be deleted.
For example, I need to change this text "(0) Ship Out" to this "Ship Out". Now it returns "ShipOut".
How can i fix it?