Hello! For the Replace some text before archiving, I've set the regular expression to #\w+ which should pick up every tag, in order to replace it with #archive. However, it seems that it's only ever picking up the first capture group and I can't find an expression that works to avoid that. Am I just bad at regular expressions or is the first ever capture hard coded?
Hello! For the Replace some text before archiving, I've set the regular expression to
#\w+
which should pick up every tag, in order to replace it with #archive. However, it seems that it's only ever picking up the first capture group and I can't find an expression that works to avoid that. Am I just bad at regular expressions or is the first ever capture hard coded?