README -> API Index -> Modules Index -> lib.str
Source: src/lib/str/index.js
String coercion and lightweight text utility helpers.
is- Determine whether a value is a string primitive.lc- Lowercase helper with optional forced coercion.to- Coerce a value to a string (legacy-safe, normalized).stripComments- Strip JavaScript-style comments from source text.countChars- Counts the total occurrences of one or more characters in a string.interp- Interpolate${...}tokens with hash/eval resolution modes.
- Module index -> ./INDEX.md
- Function index -> ../functions/INDEX.md
- API index -> ../INDEX.md