Given a string and a non-empty word string, set result to a version of the original string where all chars 
have been replaced by pluses ("+"),
EXCEPT for appearances of the word string which are preserved unchanged.
• for input of "12xy34", "xy" → "++xy++"
• for input of "12xy34", "1" → "1+++++"
• for input of "12xy34xyabcxy", "xy" → "++xy++xy+++xy"- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
PurpleBird3/Plus_Out
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
        No description, website, or topics provided.
      
    Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published 
      
              