Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Case-insensitive string matching in Java without anchors

java pattern-matching

Scala Extractor with Argument

scala pattern-matching

How to pattern-match against every numeric class in one case?

scala pattern-matching

How to find what time a part of audio starts and ends in another audio?

Polymorphic pattern matching results in ambiguous type

Why can I curry one of the patterns but not the other in my pattern matching?

How do I use Java Regex to find all repeating character sequences in a string?

java regex pattern-matching

How can I reduce syntactic clutter when tagging a polymorphic tree in Haskell?

haskell pattern-matching

Suppress exhaustive matching warning in OCaml

Erlang pattern matching bitstrings

C#, patterns - many conditions

What is a good way to match strings against patterns and extract values?

Haskell match construct analogous to F# type-test pattern?

Haskell irrefutable pattern matching

'Multiple declarations of' error when pattern matching with wildcard

Wildcard string matching in Ruby

Any good way to declare unused variables in destructuring-bind?

What are the alternatives to pattern-matching floating point numbers?

pattern matching of the form: Option{..} <-

haskell pattern-matching

Makefile: reuse value of % of a pattern rule inside the recipe