marklieberman / downloadstar

Download all items in a webpage that match a pattern
GNU General Public License v3.0
90 stars 16 forks source link

Add split filter #38

Closed OkanEsen closed 6 years ago

OkanEsen commented 6 years ago

The replace provides the same functionality but simple filters for specific purposes are better imo.

New table row inside WIki entry for filters:

split | separator, index | Splits input by `separator` and returns the nth element by `index`.