📅  最后修改于: 2022-03-11 14:50:01.650000             🧑  作者: Mango
Just appreciate next solution example for your code implementation:
S=finding
if[[ "$S" == *ing ]]; then ...//some code
More generally:
if[[ "string_to_check" == regex_patten ]]; then ...//some code