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
2025-03-17
Fully rename array to list
Bruce Hill
2025-03-17
Switch types to use wordier syntax `[T]` -> `List(T)` etc
Bruce Hill
2025-03-07
Add text padding functions: :left_pad(), :right_pad(), :middle_pad()
Bruce Hill
2025-03-07
Add proper language support for case operations on text
Bruce Hill
2025-03-05
Further shorten docs
Bruce Hill
2025-03-05
Shorten API docs
Bruce Hill
2025-03-05
Fix links
Bruce Hill
2025-03-05
Alphabetize and index functions
Bruce Hill
2025-03-05
Standardize API doc heading levels
Bruce Hill
2025-03-03
Add `recursive` argument to text:each() and text:map(), plus update docs
Bruce Hill
2025-03-01
Fix docs for recursive replace_all
Bruce Hill
2025-02-04
Add {word} as an alias for {id}
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Add clarification
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Rename `Text.utf8_bytes` back to `Text.bytes`
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-19
Document Text.slice()
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-16
Update docs
Bruce Hill
2024-09-15
Update docs
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
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
[next]