For example:
/\/r\/.*/i
This works, but it also returns "/r/", which I do not want. Also, that is not written in C#, it's just an example.
The idea is to retrieve the keyword of a subreddit URL, as in "funny" in "/r/funny".
For example:
/\/r\/.*/i
This works, but it also returns "/r/", which I do not want. Also, that is not written in C#, it's just an example.
The idea is to retrieve the keyword of a subreddit URL, as in "funny" in "/r/funny".