Update README to be more clear on regex
This commit is contained in:
parent
adc02bbd5f
commit
0b04c34a75
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ Right now there is no automated way to generate your feed url but making one by
|
|||
- Have ~cute~ or ~pretty~ in their title
|
||||
- Are in the lowest 98% part of catalog (it's on position ~147/150 e.g. 3 threads before being bumped off)
|
||||
- Note that ~//~ are not special characters ~q=/general/~ will work as expected and match thread with "/general/" in it's title
|
||||
- Also note that regex is *NOT* supported for now, so something like ~q=rainbow*~ will only match threads with "rainbow[asterisk]"
|
||||
- Also note that regex is *NOT* supported for now, so something like ~q=rainbow*~ will only match threads with "rainbow" followed
|
||||
immedidatelly by ~*~
|
||||
in their title
|
||||
|
||||
*** Generating URL interactively
|
||||
|
|
Loading…
Reference in a new issue