Examples of using Specified string in English and their translations into Korean
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
To Highlight Specified Strings.
Test if a given variable is equal/not equal to the specified string.
Displays all lines NOT containing the specified string.
Replaces a specified string with another specified string.
Converts the specified string to its T equivalent.
The Markers feature highlights every instance of specified strings in your document.
If the specified string is found in the request URL, query string, or header, then the request will be denied.
Do not regard the end of the specified string as the end of a line;
Append(String str) Appends the specified string to this character sequence.
If used with/V, FIND displays a count of the lines that do not contain the specified string.
Compares two specified string objects and returns an integer that indicates their relative position in the sort order.
Replaces the characters in a substring of this sequence with characters in the specified String.
Do not regard the end of the specified string as the end of a line; more generally, don't make any assumptions about what text might follow it.
Constructs a string buffer initialized to the contents of the specified string.
Replaces all occurrences of a specified String in this instance with another specified String.
When this command is toggled, EmEditor will display the number of matches found for the specified string.
Appends the specified string to the file using the specified encoding, creating the file if it does not already exist.
First the characters in the substring are removed and then the specified String is inserted at start.
Pressing the Batch Replace button then replaces all of the multiple matched strings with the respective specified strings.
Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.
Pressing the Batch Replace button then replaces all of the multiple matched strings with the respective specified strings.
Replace(string, string) It is used to return a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. .
If the file does not exist, this method creates a file,writes the specified string to the file, then closes the file.
It indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified string.
Asynchronously opens a file or creates a file if it does not already exist,appends the specified string to the file, and then closes the file.
StringBuffer(String str) Constructs a string buffer initialized to the contents of the specified string.