Appearance
获取字符串中两个指定子串之间的部分
from usepy import middle
original_str
start_str
end_str
>>> middle('abc123def', 'abc', 'def') '123'