Appearance
获取字符串中指定子串右侧的部分
from usepy import right
original_str
start_str
>>> right('abc123def', 'abc') '123def'