index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
regex_replace.c
Age
Commit message (
Expand
)
Author
2022-08-15
More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i...
Tyge Løvset
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-08-09
Experiment with other type of iterator. Does not compile.
Tyge Løvset
2022-08-09
Small API change for V4.0:
Tyge Løvset
2022-08-01
fixed up last commit
Tyge Løvset
2022-08-01
start dev on v4, mainly improving API
Tyge Løvset
2022-07-28
VERSION 3.8 RC. Added cregex with "final" API + docs. README.md updated with ...
Tyge Løvset
2022-07-27
VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(...
Tyge Løvset
2022-07-22
Switched from "\\" as replacement group prefix to '$'. cregex_replace() chang...
Tyge Løvset
2022-07-22
FINAL cregex update for now: optimize/change callback mfun API. Also, cstr_pr...
Tyge Løvset
2022-07-22
Last minor API changes for cregex. Added descriptions in header. Updated RE e...
Tyge Løvset
2022-07-22
Changed / improved cregex API again (as promised). Possible final API.
Tyge Lovset
2022-07-21
Moved cregex_replace*() implementation to src/cregex.c
Tyge Løvset
2022-07-21
Extended regex_replace.c examples.
Tyge Lovset
2022-07-20
Cleanups, and renamed cregex_replace_fn() => cregex_replace_ex().
Tyge Lovset
2022-07-20
Added cregex_replace*() [implemented in utf8code.c]. Added examples/regex_rep...
Tyge Lovset