answersLogoWhite

0

A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams. An example of a delimiter is the comma character, which acts as a field delimiter in a sequence of comma-separated values

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Does field indicator separates imported data into columns?

A field indicator or a delimeter, as it can be called, can be used to indicate where fields end. In a spreadsheet or a database it can be used a guide when importing data to help put it into the correct columns.


Difference between cin and scanf?

the getchar function waits the user hit a key followed by return key. Upon the return key hitted by the user the function returns the key. But the scanf can be used for various & different user entered data including text, integer, float and so on. in spite of getchar the delimeter keys for scanf function are tab, space and return key; so when a space entered by the user in the input the scanf will end the input and waits user enter the return key. You must take in mind that just the fragment of input that is behind these delimeters will be considered as legal input for the scanf and the remaninder will be escaped.


A program that searches for single-digit numbers in a text and changes them to their corresponding words?

public static final String convertString(final String stringToSearch) { // text representation of digits final String[] digits = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"}; // the new version of stringToSearch, as we convert digits StringBuffer convertedString = new StringBuffer(); // delimeter for splitting up the string // - change this if you need to parse on more characters final String delim = " ,.?!\t\n\r\f"; // parse using StringTokenizer for simplicity StringTokenizer parser = new StringTokenizer(stringToSearch, delim, true); // iterate through tokens while (parser.hasMoreTokens()) { String currentToken = parser.nextToken(); // if currentToken is a single digit, convert it to text if (currentToken.matches("\\d")) { currentToken = digits[Integer.parseInt(currentToken)]; } // append converted text to convertedString convertedString.append(currentToken); } return convertedString.toString(); }


Trending Questions
Does my computer have to be turned on to receive online faxes? When a print job is processed over the internet or intranet must be installed and running in windows server? What are the common features of a web browser? How do you upgrade from a 10BaseT to 100BaseT network? What name do you call someone who sends lots of emails? What websites will morph photos so you can see what your future baby would look like without having to download software? What date was the Xerox Alto invented? Which line will be activated when an output device require attention from CPU? What is ddr3 dimm? What are the small bits of tissue? Did women have professions and if so what were they? What are the benefits of voice recognition software? In Gimp is there any tool that's easier to select things with than the Paths tool? Why is it not good idea to tell a customer about the time you were able to solve the computer problem of a very important person? What occurs when persons other than authorized users gain access or potential access to such for other than authorized purposes? What protocol guarentees delivery? Which operations master role is responsible for providing backwards compatibility with Windows NT servers configured as Windows NT backup domain controllers or member servers? What is the largest memory stick available on the market today? What is the difference between computer integrated manufacturing and cam? The point and click format that modern operating systems use is called a?