Skip to content

Dwashi2/swift-VowelReplacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

swift-VowelReplacer


Swift Study

Project to study Swift 5.4

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

 Create a function that replaces all the vowels in a string with a specified character.
 
 Examples:
 replaceVowels("the aardvark", "#") ➞ "th# ##rdv#rk"
 replaceVowels("minnie mouse", "?") ➞ "m?nn?? m??s?"
 replaceVowels("shakespeare", "*") ➞ "sh*k*sp**r*"
 
 Notes:
 All characters will be in lower case.
 
 Excercise from: https://edabit.com/challenges/swift

Getting Started

Open the file VowelReplacer.xcodeproj

Prerequisites

  • Xcode 12.4
  • Use iPhone 12 mini as simulator

Contact

Daniel Washington Ignacio - danielvertigo@hotmail.com

Click to access my LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages