string

CF

String Tree Pattern

Given a String S as the input, the program must print the characters present in the string S as shown in the Example…
CF

String – Reverse Vowels

Given a string S, reverse only the vowels in the string S and print the resultant string R as the output. The consonants must maintain their…
PythonF

Split String & Sort

An even length string S is passed as the input. The program must split the string into two parts S1 and S2 and sort them in ascending order.…
PythonF

Sort Integers in String

The program must accept a string S which has only numbers and underscores as the input. The program must print only the integers…