summaryrefslogtreecommitdiffhomepage
path: root/docs/csview_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-20 23:50:47 +0200
committerTyge Løvset <[email protected]>2022-05-20 23:50:47 +0200
commitc0de7d59a09417e2e18909f808258e909c36ee09 (patch)
treee23920851d0754f9419af09618865d83c23d1d14 /docs/csview_api.md
parent403716e64f5a8732bdaeca43838195e8db3b0ac3 (diff)
downloadSTC-modified-c0de7d59a09417e2e18909f808258e909c36ee09.tar.gz
STC-modified-c0de7d59a09417e2e18909f808258e909c36ee09.zip
Removed cstr_from_replace_all_sv(), Added cstr_replace_first(). Renamed argument names.
Diffstat (limited to 'docs/csview_api.md')
-rw-r--r--docs/csview_api.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md
index cb524590..112ca0eb 100644
--- a/docs/csview_api.md
+++ b/docs/csview_api.md
@@ -77,7 +77,6 @@ uint32_t utf8_decode(uint32_t *state, uint32_t *codep, const uint32_t byt
```c
cstr cstr_from_sv(csview sv); // construct cstr from csview
csview cstr_sv(const cstr* self); // convert to csview from const cstr*
-cstr cstr_from_replace_all_sv(csview sv, csview find, csview replace);
csview cstr_substr(const cstr* s, intptr_t pos, size_t n); // negative pos count from end
csview cstr_slice(const cstr* s, intptr_t p, intptr_t q); // negative p or q count from end