How Find, Replace and Go To commands ca be used to
substitute one
character string for another? Explain with the heIp of an
example.
Answer Posted / 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 View All Answers
What are the symptoms of stl?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
What is the use of stl?
How does an stl file work?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
In what scenario does the Logical file and Physical file being used?
What are the different types of stl containers?
What is a standard template library (stl)? What are the various types of stl containers?
What is stl in oop?
What is a standard template library (stl)?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Explain stl.
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
Is string part of stl?