I have 2 apps working together with localstorage and I was wondering how can I delete all the keys which start with note- and todo- . I know localstorage.clear() clears everything but thats not my aim.
Here is an example of what I have in my localstorage:
Where I want to delete all the todo-* with a button click and all note-* with other button click using jquery.
Thanks alot