String Utilities

String Utilities is a free online developer tool to manipulate strings. The available utility functionalities are described bellow.

Input String




Output String






The String Utility contains follow functionalities:

  • UPPERCASE - Converts the input string to uppercase.
  • LOWERCASE - Converts the input string to lowercase.
  • REVERSE - Reverses the characters in the input string from right to left.
  • CHARACTER COUNT - Counts the number of characters in the input string.
  • WORD COUNT - Counts the number of words in the input string.
  • LINE COUNT - Counts the number of lines in the input string.




String in Programming Languages?

String is typically a series of computer science instructions, whether as a literal constant or as some variable. A string is generally acknowledged as form of information. Represented as a byte range information structure, that uses character encoding to preserve a series of components, usually letters. The sequence can also designate as more generalized arrays or other forms and arrangements of sequence information. Variable defined as sequence is either cause immediate space to be permanently assigned to a fixed maximum size or implement an active dynamic allocation to contain a dynamic number of elements, depending on the programming language and correct information type used. When a sequence explicitly occurs in the code, it is classified as a specific string or an invisible string. A string is a finite series of symbols selected from a structure known as an alphabet in mathematical expressions used in mathematical logic and conceptual computer science.