is there any way i can condense this further? ```i...
# announcements
s
is there any way i can condense this further?
Copy code
if (returnDelimiters) false
else it.equals(str)
l
!returnDelimiters && it == str
s
Should be
||
, no?
ah yeah, no, my bad
e
sounds like a solid idea for a plugin, actually