Future<String> seekByCurrent(String text, int n) { final p = PositionParser(text); final sk = p.seek(n); return seek(sk); }