#MyElixirStatus #TIL that if you try to match a big enough string with certain regular expressions in Elixir (and I assume Erlang), it can silently return nil (ie no matches) even if the pattern ought to match.
Post
#MyElixirStatus #TIL that if you try to match a big enough string with certain regular expressions in Elixir (and I assume Erlang), it can silently return nil (ie no matches) even if the pattern ought to match.
A space for Bonfire maintainers and contributors to communicate