Given two strings a and b, return a new string, following the rules given below. If string b occurs in string a, then the new string should concatenate the characters that appear before and after of String b. Ignore cases where there is no character before or after the word, and a character may be included twice if it is in between two string b's.
-
Notifications
You must be signed in to change notification settings - Fork 0
Given two strings a and b, return a new string, following the rules given below. If string b occurs in string a, then the new string should concatenate the characters that appear before and after of String b. Ignore cases where there is no character before or after the word, and a character may be included twice if it is in between two string b's.
HeenaAnjum/String-StringBuffer
About
Given two strings a and b, return a new string, following the rules given below. If string b occurs in string a, then the new string should concatenate the characters that appear before and after of String b. Ignore cases where there is no character before or after the word, and a character may be included twice if it is in between two string b's.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published