I want to delete values from my sharedPreference but I don't know the exact name of my key. Means I want to delete all values using a regex which contains some specific words for e.g. if any key contains world "text" that value should be deleted.
Thanks in advance.