Skip to content

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