Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SegmentReg active_text(string) (#329)
便於取得 substr , 減少 lua string.sub 定位問題 string.sub( inp, seg._start+1 , seg._end ) ```lua function tran.func(inp, seg, env) local active_inp = seg:active_text(inp) .... end ```
- Loading branch information