-
I want to search-replace in the cells of the current column. What's the best way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
saulpw
Jan 3, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
halloleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|foo
to select the rows withfoo
, theng*foo<Tab>bar
to replace (pre-3.0 useg*foo/bar
).