Based on DLMcMMayhem's hint, I found that following search will do what you need: /\A*\zs\a. \A* searches for zero or more non-alphabetic characters ...
確定! 回上一頁