Skip to content

🧙 Convert your favourite numbers with ease

Notifications You must be signed in to change notification settings

Konicord/excomma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excomma

Convert any number to the european style format with ease.

🦹🏾‍♀️ Get started

Open your terminal and run the following commands (within mix project)

$ mix deps.get

$ iex -S mix 

iex> Excomma.parse("example here")

🙆🏾‍♂️ Examples

iex> Excomma.parse("61,55")
{:ok, 61.55}

iex> Excomma.parse("61.55")
{:error, "expected end of string", ".55"}

Library used + Docs

About

🧙 Convert your favourite numbers with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages