Fast, in memory work queue
Remove spaces and tabs around line-breaks
Trim newlines from the start and/or end of a string
Remove final line feeds from a string
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Spacetrim is trimming string from all 4 sides.
Similar to String#trim() but removes only newlines
Zero-overhead asynchronous parallel/each/map function call
Like String.trim() but you can choose granularly what to trim
A tiny library for trimming whitespace from a canvas element
Trim the whitespace within an array of GLSL tokens
ES5 spec-compliant shim for String.prototype.trim
TailwindCSS leading-trim utility classes.
The Lodash method `_.trim` exported as a module.
call your callbacks in a waterfall, at speed
Trim whitespace characters from the beginning and end of a string.
Functions for modifying a unified-latex AST
Remove leading, trailing, and repeated whitespace from a string
An trim polyfill for legacy browsers.
Trim whitespace characters from the beginning and end of a string.
Trim leading lines from a string when they are 100% whitespace or empty.
This method removes whitespace from the left and right end of a string.
This directive helps to trim whitespaces of an input text value.
This method removes whitespace from the left end of a string.
FASTQ adapter / poly-G / poly-X / fixed-length trimming. Rust port of fastp's trim hot path with rayon-parallel SE + PE pipelines and AI-friendly --json output.
FASTQ k-mer-spectrum substitution-error correction. Independent Rust port of BFC (lh3): trusted-k-mer threshold + best-first correction walk. SE and PE.
FASTQ per-read quality + length filter. Rust port of fastp's quality/length filter (pass/fail whole reads; no trimming). SE and PE.
Split a FASTQ into N files or by line count. Rust port of fastp's split (deterministic --split_by_lines is byte-equal to fastp 0.20.1; --split N is exact-count). SE and PE.
FASTQ inline-UMI extract + stamp. Rust port of fastp's UMI processing — full --umi_loc set (read1/read2/index1/index2/per_index/per_read): move the UMI into the read name. SE and PE.