what I would like to do is something like
select
"wise, wisdom and wiseness have a common root" as body,
regexp_replace(body,'wis%','wise')
to obtain
wise --> wise
wisdom --> wise
wiseness --> wise
and so the result would be "wise, wise and wise have a common root"