brk_string_wizard 0.2.1

manipulate string like a wizard
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/string_wizard/tests/magic_string_replace.rs
expression: visualizer.get_text()
snapshot_kind: text
---
- * 2 * 4
(0:0) "*" --> (0:0) "#"
(0:1) " 2 " --> (0:1) " 2 "
(0:4) "*" --> (0:4) "#"
(0:5) " 4" --> (0:5) " 4"