Skip to content

ourway/ex_persian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persian

Installation

Add the following to your mix.exs file

def deps do
  [{:persian, "~> 0.1.3"}]
end

Usage

word = "مرسي ؤ مٍمنون"
word |> Persian.fix
"مرسی و ممنون"