characters

0

write a function filter_string(str1, str2) which returns a copy of str1 with all characters from str2 removed.

By Beginner Wrong Wombat at Mar 22 2021

0

Write a program, which takes an array of characters from users. Your task is to check either it is palindrome or not.

By Beginner Lamar Parisian at Feb 09 2021

0

JS - onclick function to insert text characters symbol into text input field or textarea at the cursor caret location position

By Beginner Clinton Robel at Mar 26 2022

0

Modify the program so it also prints the number of A, T, C, and G characters in the sequence in python

By Wooden Hammer Rosalie Batz at Jul 23 2021

0

Console code page (437) differs from Windows code page (1252) 8-bit characters might not work correctly

By Beginner Daniel Emmerich at Feb 10 2021

-1

write a function reverse that reverses the order of the characters in a string. the function should be recursive. example: reverse('live') should return 'evil'.

By Beginner Penny Connelly at Dec 31 2020

0

Write a function called clean that takes a C++ string as input and removes any characters in the string that are not letters except for space blanks.

By Beginner Johnny Schinner at Apr 06 2021

0

Write a Python program to get a single string from two given strings, separated by a space and swap the first two characters of each string.

By Beginner Lloyd Fadel at Apr 07 2021

0

Create a function generateString(char, val) that returns a string with val number of char characters concatenated together. For example generateString('a', 7) will return aaaaaaa.

By Wooden Hammer Docteur SEO at Feb 03 2020

0

python coding for y, you will also display a “bar” of ‘X’ characters to represent the number. For example, the prime number 2 would be represented as “X 2”.

By Beginner Lynn Boyer at Feb 25 2021


Related code examples


Code examples by languages