If you have an android that you ever want to degoogle but cant find a custom rom for, uad-ng is a good tool. it disables the google apps from your user on android, then you can also install a firewall for anything not safe to remove to stop the apps talking to google servers. thats what i did on my nokia 3.4 with its locked bootloader.
Yeah I have a Sound Blaster X3 too (bought myself) and that is set up with the 6-channel cable for true surround. BUT Spotify and TIDAL do not support 5.1 SACD formats so I have to use Acoustic Engine for the fake surround.
Apparently Apple Music is the only music streaming service with true Atmos/5.1 support.
I was already thinking about trying Fairphone with Murena /e/OS exactly because I don't want any AI on my communication device. For now, I've turned off all AI possible and turned on "Process data only on device" on my Galaxy S24.
They should lower the price but make clothing in the shops, like they've had in previous games, actually cost money. (Unless it's required for a mission)
Question
Seabizkit
Hi all
I am trying to write some regex to remove all white space from html.
but the regex i am currently using doesn't factor in that in the pre tags there maybe opening "<" and closing ">" tags
This matches everything inside the pre tags
(<)\s*?(pre\b[^>]*?)(>)([\s\S]*?)(<)\s*(/\s*?pre\s*?)(>)
e.g.
(009)156 (010) (0)<pre> <test> edehofo<w<dieoj > ></pre> yuui u ji
will match
<pre> <test> edehofo<w<dieoj > ></pre>
and
(?<=\s)\s+(?![^<>]*</pre>)
eg will almost work but does not work if there is an "<" or ">" in the mark up.
space[ ]spaces <pre>[ ]spaces</pre>space[ ]spaces
will result in
space[ ]spaces <pre>[ ]spaces</pre>space[ ]spaces
but if there is a "<" or ">" in the pre tags then it will not work.
Could anyone help me
Link to comment
https://www.neowin.net/forum/topic/1252664-regex-c-remove-white-space-but-not-inside-pre-and-pre/Share on other sites
10 answers to this question
Recommended Posts