Answer the question
In order to leave comments, you need to log in
How to find all possible URLs using regular expressions?
Need to find all URL options except /logout
There is a regular expression -
( /?*[^logout]|/
), but the following URL options are not processed for some reason:
/category/9/中文
/topic/2663/timestamps
/o
/users/yari
Answer the question
In order to leave comments, you need to log in
Your regular expression is generally strange. [] is a list of characters, that is, it does not look for logout, but the letters l, o, g, u, t
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question