aboutsummaryrefslogtreecommitdiff
path: root/docs/text.md
AgeCommit message (Collapse)Author
2024-09-04Add Text:matches() for convenience and performanceBruce Hill
2024-09-03Add recursive mode to text replacement and update docsBruce Hill
2024-09-03Update docsBruce Hill
2024-09-03Clean up text replacement API to use backrefs instead of match_chain()Bruce Hill
2024-09-03Add Text.replace_all({Pattern:Text}) and tweak API for replacement toBruce Hill
support placeholders
2024-09-03Change pattern syntax from [..pat] to {pat}Bruce Hill
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
2024-09-03Deprecate `Where` and change channel API to use a boolean `front` valueBruce Hill
2024-09-03Updated docsBruce Hill
2024-09-03Update docsBruce Hill
2024-09-02Add text slicingBruce Hill
2024-08-19Move docs into one folderBruce Hill