Check out a userscript which highlights deleted posts.
GitHub
79303407
Date:
2024-12-23 14:51:33
Score:
2.5
Natty:
Report link
You can split by the backslash
"sss\bbb".split("")
Then use the first element of the array
("sss")
.
Reasons:
Low length (1):
No code block (0.5):
Low reputation (1):
Posted by:
mrstronk