rmcafee / discord_ex

Discord Elixir Library
MIT License
47 stars 13 forks source link

regex in msg_command_parse/1 #10

Open Marqin opened 8 years ago

Marqin commented 8 years ago

I have some questions about this regex: ~r/!(.\w*:\w*:\w*|.\w*:\w*|.\w*){1}/

Marqin commented 8 years ago

Also, isn't that {1} obsolete here? Isn't it by default matched only once?

rmcafee commented 8 years ago

I should have some time to finally do some refactoring after this upcoming week. I'll have to see what that will all include.

To make sure I give clear context to the library. It went from a scratch project needed within my group to something more verbose to open source. So some refactoring is expected.