index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
text.md
Age
Commit message (
Expand
)
Author
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-09
Add Text.starts_with() and Text.ends_with()
Bruce Hill
2024-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Update to reflect code growth
Bruce Hill
2024-09-04
Add Text:repeat()
Bruce Hill
2024-09-04
Add Text.map(pat, fn)
Bruce Hill
2024-09-04
Document {nl}
Bruce Hill
2024-09-04
Add Text:matches() for convenience and performance
Bruce Hill
2024-09-03
Add recursive mode to text replacement and update docs
Bruce Hill
2024-09-03
Update docs
Bruce Hill
2024-09-03
Clean up text replacement API to use backrefs instead of match_chain()
Bruce Hill
2024-09-03
Add Text.replace_all({Pattern:Text}) and tweak API for replacement to
Bruce Hill
2024-09-03
Change pattern syntax from [..pat] to {pat}
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-09-03
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-09-03
Updated docs
Bruce Hill
2024-09-03
Update docs
Bruce Hill
2024-09-02
Add text slicing
Bruce Hill
2024-08-19
Move docs into one folder
Bruce Hill