strscans.idx 1.4 KB

123456789101112131415
  1. nimTitle strscans strscans.html module std/strscans 0
  2. nim scanf strscans.html#scanf.m,string,static[string],varargs[typed] macro scanf(input: string; pattern: static[string]; results: varargs[typed]): bool 316
  3. nim scanTuple strscans.html#scanTuple.m,untyped,static[string],varargs[untyped] macro scanTuple(input: untyped; pattern: static[string];\n matcherTypes: varargs[untyped]): untyped 473
  4. nim atom strscans.html#atom.t,string,int,char template atom(input: string; idx: int; c: char): bool 521
  5. nim atom strscans.html#atom.t,string,int,set[char] template atom(input: string; idx: int; s: set[char]): bool 526
  6. nim hasNxt strscans.html#hasNxt.t,string,int template hasNxt(input: string; idx: int): bool 529
  7. nim success strscans.html#success.t,int template success(x: int): bool 532
  8. nim nxt strscans.html#nxt.t,string,int,int template nxt(input: string; idx: int; step: int = 1) 534
  9. nim scanp strscans.html#scanp.m,typed,typed,varargs[untyped] macro scanp(input, idx: typed; pattern: varargs[untyped]): bool 536
  10. idx scanf strscans.html#scanf_1 Module strscans 0
  11. heading Startswith vs full match strscans.html#startswith-vs-full-match Startswith vs full match 0
  12. heading User definable matchers strscans.html#user-definable-matchers User definable matchers 0
  13. heading The scanp macro strscans.html#the-scanp-macro The scanp macro 0
  14. nimgrp atom strscans.html#atom-templates-all template 521