JokeAPI
JokeAPI copied to clipboard
Wildcard and OR operator support for `?contains` parameter
Example:
https://jokeapi.dev/joke/Any?contains=foo*|*baz
Jokes:
foo (match)
foobar (match)
foo bar baz (match)
bar foo (no match)
bar baz (match)
bar baz bar (no match)
Important:
Make sure the users can't ReDoS the API
Still not done, see #331