String Handling in COBOL with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.
What is String Operation?
a string is a combination of characters they can be either Literal constants or any type of variables.
moreover, string allows the user to manipulate its length, count, etc
A STRING CAN HAVE MULTIPLE OPERATIONS: –
combining multiple strings to one or to split a premade string into substrings
to find out pattern in the stored string
to replace a single character with another or to replace multiple characters with a group of different characters
















