📅  最后修改于: 2022-03-11 14:51:37.790000             🧑  作者: Mango
Just appreciate solution using "*/" regex for string ending with slash:
if[[ "string_ending_with_slash/" == */ ]]; then ...//some code