Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Post History

40%
+0 −1
Q&A In Word's Find and Replace, when to use # vs. (0, 9)? [closed]

I need to remove all the red text below with ‘Find and Replace’, but keep all green text. Input 1:23 Keep this line 1. 4:56 Keep this line 2. Snag Inputting ^#:^#^# removed the red text, b...

0 answers  ·  posted 2y ago by TextKit‭  ·  closed 2y ago by samcarter‭

Question microsoft-word
#3: Question closed by user avatar samcarter‭ · 2022-05-24T15:49:06Z (almost 2 years ago)
#2: Post edited by user avatar TextKit‭ · 2022-05-22T23:52:50Z (almost 2 years ago)
  • I need to remove all the red text below with ‘Find and Replace’, but keep all green text.
  • ## Snag
  • Inputting `^#:^#^#` removed the red text, but not `([0-9]):([0-9])([0-9])`. Why?
  • ## Input
  • 1:23
  • Keep this line 1.
  • 4:56
  • Keep this line 2.
  • ![Image alt text](https://powerusers.codidact.com/uploads/6cNyPbD8NWcG9HqBfnP7VSws)
  • I need to remove all the red text below with ‘Find and Replace’, but keep all green text.
  • ## Input
  • 1:23
  • Keep this line 1.
  • 4:56
  • Keep this line 2.
  • ![Image alt text](https://powerusers.codidact.com/uploads/6cNyPbD8NWcG9HqBfnP7VSws)
  • ## Snag
  • Inputting `^#:^#^#` removed the red text, but not [`([0-9]):([0-9])([0-9])`](https://cybertext.wordpress.com/2018/07/22/word-wildcard-find-and-replace-for-numbers-inside-parentheses/). Why?
  • [This website](https://techwelkin.com/ms-word-how-to-find-and-replace-numbers-digits-numerals) recommends ([0-9]). See their screenshot below.
  • ![](https://techwelkin.com/wp-content/uploads/2013/07/ms-word-replace-numbers.jpg)
#1: Initial revision by user avatar TextKit‭ · 2022-05-22T23:39:02Z (almost 2 years ago)
In Word's Find and Replace, when to use # vs. (0, 9)?
I need to remove all the red text below with ‘Find and Replace’, but keep all green text. 

## Snag

Inputting `^#:^#^#` removed the red text, but not `([0-9]):([0-9])([0-9])`. Why? 

## Input

1:23   
Keep this line 1.

4:56   
Keep this line 2.


![Image alt text](https://powerusers.codidact.com/uploads/6cNyPbD8NWcG9HqBfnP7VSws)