Thanks to visit codestin.com
Credit goes to lib.rs

#replace #dictionary #pattern #replace-all

text-replacer

Takes a String, or Bytes and replaces each word found with a same word from the provided dictionary

2 releases

Uses new Rust 2024

0.1.1 Jan 18, 2026
0.1.0 Jan 18, 2026

#2537 in Text processing

MIT/Apache

31KB
777 lines

Replace Text

Provide bytes or utf-8 compatible strins, and replace the words found with the words in a dictionary using none alphanummeric or _ as boundaries

No runtime deps