You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even adding regex .*next.* or [^\n\n]*next[^\n\n]* to the "next" field does not work. But capitalizing N in the latter regex works. Maybe your regex should be case insensitive?
The text was updated successfully, but these errors were encountered:
nyanpasu64
changed the title
Some links not recognized:
Some links not recognized (multiple HTML tags? regex shouldn't be case sensitive?)
Aug 29, 2018
is not recognized. (Test case: pasting into https://htmledit.squarefree.com/ )
Even adding regex
.*next.*
or[^\n\n]*next[^\n\n]*
to the "next" field does not work. But capitalizing N in the latter regex works. Maybe your regex should be case insensitive?The text was updated successfully, but these errors were encountered: