Appearance
获取字符串中指定子串左侧的部分
from usepy import left
original_str
end_str
>>> left('abc123def', 'def') 'abc123'