From 10a3a4ed40126c56fca9309fc23cb743733512cc Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:47:58 +0300 Subject: [PATCH] ^: add example (#14036) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/^.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/^.md b/pages/common/^.md index 1f0824463a..bb57ea585e 100644 --- a/pages/common/^.md +++ b/pages/common/^.md @@ -15,3 +15,7 @@ - Replace `string1` with `string2` in the previous command and add `string3` to its end: `^{{string1}}^{{string2}}^{{string3}}` + +- Replace all occurrences of `string1`: + +`^{{string1}}^{{string2}}^:&`