summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/string.typ
AgeCommit message (Collapse)Author
2023-08-30Add test for ends-with fixLaurenz
2023-08-26Implement `rev()` method on string (#2013)Kevin K
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-05-29Fix `.at(default: ...)` for strings and content (#1339)Pg Biel
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-19Update string doc: index can be negative (#1198)Leedehai
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-05-03[Feature] Allow function as argument for string.replace (#944)dvdvgt
2023-04-20Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵HarmoGlace
(#890)
2023-02-17Fix error handling after hashtagLaurenz
2023-02-17Add `clusters` and `codepoints` methodsLaurenz
2023-02-17Check char boundaries in string methodsLaurenz
2023-01-30Add calc moduleMartin Haug
2023-01-27Hashtags everywhere!Laurenz
2022-12-30Remove index syntax in favor of accessor methodsLaurenz