for example if I have `"\r\nthing\r\n".indexOf("\n...
# announcements
b
for example if I have
"\r\nthing\r\n".indexOf("\nthing\n")
, will it find that or not?