Skip to content

zotop/Curse-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Curse Filter

First steps in Clojure. A simple function that replace words in a text by '*'

Requirements

Leiningen

Usage

###Running main function

Input: lein run "Fuck I said shit" "shit,fuck"

Ouput: "* I said *"

1st argument: (string) text to be filtered

2nd argument: (string) comma separated words that should be removed from the text

###Running test(s)

lein test

About

First steps in Clojure; filtering out a series of curse words from a text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published