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

why & sign is used in copy constructor

4 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


WHAT IS FIBONACCI SERIES?

4 Answers   Stewart,


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

0 Answers  


If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2. please answer my question ....

0 Answers   Microsoft,


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

0 Answers  


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

0 Answers   Ascent,


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


c# support late binding or early binding.

6 Answers  


I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?

2 Answers  


Who wrote stl?

0 Answers  


Categories