An open API service indexing awesome lists of open source software.

https://github.com/ourway/ex_persian

Converts Arabic/NonPersian characters to pure Persian
https://github.com/ourway/ex_persian

characters converter elixir farsi iran languages persian

Last synced: 11 months ago
JSON representation

Converts Arabic/NonPersian characters to pure Persian

Awesome Lists containing this project

README

          

# Persian

## Installation

Add the following to your mix.exs file
```elixir
def deps do
[{:persian, "~> 0.1.3"}]
end
```

## Usage

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