Design a form in HTML that performs string manipulations. The form should consist of two
text boxes to accept string inputs, 4 option buttons to perform the below functions at the click
of a button using Javascript:
1. To encrypt the text given in text1 with text2
2. To concatenate the text given in text1 and text2
3. To find the substring(text2 ) in text1
4. Reverse the text1 and text2
text boxes to accept string inputs, 4 option buttons to perform the below functions at the click
of a button using Javascript:
1. To encrypt the text given in text1 with text2
2. To concatenate the text given in text1 and text2
3. To find the substring(text2 ) in text1
4. Reverse the text1 and text2
Comment