Skip to content

kalepadot/findreplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Find & Replace

A C# Console Application to replace words, March 2020

By Jeremy Padot && K. Wicz

Description

A console application that takes a word and replaces it with another word.

Behavior Driven Project Specifications

Behavior Input Output
User inputs three strings: phrase, word, replacement word "hello world", "world", "Haru" creates new instance of user input
If user fails to include word that is a part of the phrase, returns an error "hello world", "wow", "Haru" error, please enter a word to be replaced that a part of the phrase
User inputs three strings: phrase, word, replacement word "hello world", "world", "Haru" "hello Haru"

Setup/Installation Requirements

In your computer's terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone 
  1. Enter into the new file directory
cd scrabble
  1. Start the program
dotnet run

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET Core

License

MIT

Copyright (c) 2020 Jeremy Padot && K.Wicz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages