Skip to content

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

HeenaAnjum/String-StringBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

String-StringBuffer

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.

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

No packages published