Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Progressive search for longest prefix

How can I query for a substring whose value is >= 60000

grok filter (regex) to extract string within square brackets

In Erlang, is there a way to pattern match against an enumerated set of atoms?

erlang pattern-matching

Haskell basic - pattern matching vs list tail

Pattern matching types in Prolog

prolog pattern-matching

LIKE match string ending with a number

How to match if string contains? [duplicate]

rust pattern-matching

Why can't I use a &str in trim_matches() like in trim_right_matches()?

Can I Avoid Tupled Parameters In This Elixir Anonymous Function?

pattern-matching elixir

scala lift json: pattern match on unknown data?

Matching a sublist in the middle of a list

scala pattern-matching

(Biological) Cell recognition using OpenCV

How to do pattern matching via a literal and assign a variable to it at the same time?

xslt broken: pattern does not match

Using an equivalence in the context to force reduction

Express a "case ... of" pattern more elegantly in Haskell

Can I unpack an F# list with no warnings?

list f# pattern-matching

Is `if let` just another way of writing other `if` statements?