Procs
func removeprefix[S](a: S; suffix: S): S
- Source Edit
func removesuffix[S](a: S; suffix: S): S
- Source Edit
func rpartition[S](a: S; sep: S): tuple[before, sep, after: S]
- Source Edit
func startsWith[S; Suf: S | tuple](a: S; suffix: Suf; start, end: int): bool
- Source Edit
func startsWith[S; Suf: S | tuple](a: S; suffix: Suf; start: int): bool
- Source Edit
func startsWith[S; Tup: tuple](a: S; suffix: Tup): bool
- Source Edit
Templates
template expandtabsImpl[S](a: S; tabsize: int; strByteLen: int; iter): string
- Source Edit
template istitleImpl(a, isupper, islower: typed; iter, firstItemGetter)
- Source Edit
template startsWith[S](a: char; suffix: S): bool
- Source Edit
template startsWith[S](a: S; suffix: char): bool
- Source Edit