<@U4714S16G> Just check if the match was actually ...
# announcements
k
@evkaky Just check if the match was actually found at that index?
e
yes, but this a bit inefficient. If my match (22 in my case) at the end of the huge string,
regex.find(huge_string)
will perform some not necessary search until it reaches the of the huge
text