|
Studying LFPE, trouble with wildcards
|
|
3
|
762
|
July 21, 2022
|
|
Wanted: Tutorial on Pattern Matching to parse a binary protocol
|
|
6
|
919
|
July 19, 2022
|
|
How would you merge two maps keeping only the keys of the first one
|
|
13
|
2222
|
April 25, 2022
|
|
Pattern matching nested tuples
|
|
4
|
1037
|
April 20, 2022
|
|
Pattern match a string in a map for searching
|
|
6
|
1452
|
April 19, 2022
|
|
Most elegant way to match on all pattern permutations?
|
|
7
|
1384
|
April 17, 2022
|
|
Defdelegates with same arity but different argument name for different argument types
|
|
1
|
1459
|
March 9, 2022
|
|
Given `a = pattern`. `match?(^a, b)` returns false. `^a = b` returns MatchError. But `pattern = b` matches. Why?
|
|
3
|
1175
|
February 26, 2022
|
|
It is possible to pattern match with an OR | in a case clause
|
|
1
|
539
|
February 17, 2022
|
|
Handling GenServer exception written in Erlang
|
|
1
|
1083
|
December 22, 2021
|
|
Pattern Matching in Enum.map
|
|
3
|
2584
|
December 22, 2021
|
|
Can I send the result from 2 functions to the same function and if so how?
|
|
16
|
1759
|
December 21, 2021
|
|
Forwarding a match pattern to a custom macro
|
|
4
|
1679
|
December 19, 2021
|
|
Pattern matching in other languages
|
|
4
|
1570
|
December 17, 2021
|
|
Partial matching ETS data
|
|
5
|
1743
|
December 16, 2021
|
|
Pattern matching with variables and the pin operator
|
|
13
|
4190
|
November 23, 2021
|
|
Pattern Matching - Streams
|
|
2
|
1215
|
November 8, 2021
|
|
Pattern matching against a Postgrex.Error Struct
|
|
1
|
474
|
October 8, 2021
|
|
How to pattern match a domain name
|
|
2
|
719
|
June 16, 2021
|
|
Elixir pattern matching - capitalising text
|
|
3
|
1096
|
April 11, 2021
|
|
Pattern Matching Against an ArgumentError?
|
|
1
|
963
|
March 23, 2021
|
|
Patternr - experiment with pattern matching
|
|
9
|
996
|
February 18, 2021
|
|
Pattern match on same argument multiple times in named functions
|
|
6
|
2712
|
February 12, 2021
|
|
I don't understand how %{:a => a} = %{:a => 1, 2 => :b} can match
|
|
15
|
1468
|
January 5, 2021
|
|
Expat - composable, reusable pattern matching
|
|
33
|
6500
|
November 14, 2020
|
|
Pattern match first element of list value in a map
|
|
2
|
4190
|
October 28, 2020
|
|
Guards or pattern matching for protocol implementations
|
|
1
|
1229
|
September 16, 2020
|
|
Pattern Matching for params with different names in different situations
|
|
1
|
639
|
August 22, 2020
|
|
List traversal vs. recursive binary pattern-matching
|
|
2
|
987
|
August 6, 2020
|
|
Best way to compare graphemes to codepoints from a binary pattern match
|
|
4
|
1522
|
July 28, 2020
|