answersLogoWhite

0


Best Answer

either by using find or find and replace

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What menu command do you use to locate occurrrences of a character string string?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command would you use to locate occurrences of a particular character string in files?

grep


What is used to locate a string in excel?

You can use the find command of the FIND function.


What is the length command line argument in character?

Use the function strlen(string);


What does symbol indicate?

It marks a point in the command string where there is an incorrect or unrecognized character


What symbol indicates?

It marks a point in the command string where there is an incorrect or unrecognized character


What does the symbol () indicate?

it indicate where and what to drop in


What is the character string usually called?

I think, array of string type object in java.actually java take any command line argument in stringformat. bydefault


Difference between character and string?

A string ends with a '\0' character,but character is not.


Which character in string is used to end the string?

Character zero (the byte with the decimal value zero) is sometimes used to end a string. But in other cases, the size of the string is stored at the beginning of the string, and there is no end-of-string character. This allows any character to be included in the string.


The button on the Home tab on the Ribbon is used to locate a string?

locate


How do you convert a character into a string?

A string is, by definition, a character array. No conversion is required.


What does the command strstr do in programming?

The strstr command in programming is used to find a sub string within a string. If nothing is found the pointer is returned to the beginning of the sub string.