I'd like to:
unset myvarname*
where myvarname is a string and * is... well, you got it.
I tried
env | grep string | unset
But it doesn't work.
I'm into a script, and I don't want to start a new shell so no env -i or source something or leaving the reentering the shell