How Find, Replace and Go To commands ca be used to
substitute one
character string for another? Explain with the heIp of an
example.



How Find, Replace and Go To commands ca be used to substitute one character string for another? ..

Answer / saba

FIND:-
You can quickly search for every occurrence of a specific
word or phrase.
1. On the Edit menu, click Find.
2. In the Find what box, enter the text that you want
to search for.
3. Select any other options that you want. To select
all instances of a specific word or phrase at once, select
the Highlight all items found in check box, and then select
which portion of the document you want to search in by
clicking in the Highlight all items found in list.
4. Click Find Next or Find All.
To cancel a search in progress, press ESC.
REPLACE:-
You can automatically replace text — for example, you can
replace "Acme" with "Apex."
1. On the Edit menu, click Replace.
2. In the Find what box, enter the text that you want
to search for.
3. In the Replace with box, enter the replacement
text.
5. Select any other options that you want.
For Help on an option, click the question mark, and then
click the option.
4. Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
GO TO:-
1. On the Edit menu, click Go To.
2. In the Go to what box, click the type of item.
3. Do one of the following:
o To go to a specific item, type the name or number
of the item in the Enter box, and then click Go To.
o To go to the next or previous item of the same
type, leave the Enter box empty, and then click Next or
Previous.

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More STL Interview Questions

Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

1 Answers  


Write a program to print the swapping in two no and using three variable.

5 Answers   Broadridge,


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

0 Answers   Appin, NIIT,


why we are using the fork command?.. how it works?

1 Answers  


what is use of for loop?

9 Answers   Wipro,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1 Answers  


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


What are the various types of stl containers?

1 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


What is the name of your birth place?

0 Answers  


write a program that input four digit no and finds it is palindrome or not

2 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


Categories