200 B
200 B
TODO File
Ideas
- Add a not match system
- For example
not .*iron.*
will let all items, except iron ones, literaly the reverse of.*iron.*
. It can be usefull to avoid too complexe regex
- For example