Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Pattern matching on tuples in Kotlin

Java regular expression with lookahead

Regex to match the longest repeating substring

regex perl pattern-matching

Replacing methods that use backgroundworker to async / tpl (.NET 4.0)

How to extract text between two words in unix?

unix sed pattern-matching

Scala list recursion performance

Is there a way to use custom patterns such as a regex or functions in a match?

rust pattern-matching

Case classes, pattern matching and curried constructors in Scala

Split files based on file content and pattern matching

Can I match a data constructor wildcard in Haskell?

haskell pattern-matching

What's the reasoning behind adding the "case" keyword to Scala?

Escape function for regular expression or LIKE patterns

"as" keyword in OCaml

pattern-matching ocaml

How to escape a string for use with the LIKE operator in SQL Server?

How to extract terms of specific data constructor from a list in Haskell

Pattern matching multiple variables

f# pattern-matching tuples

Why do I get an error when pattern matching a struct-like enum variant with fields?

enums rust pattern-matching

Does Scala's pattern matching violate the Open/Closed Principle?

Scala Get First and Last elements of List using Pattern Matching

Pattern Matching on a generic container of a Discriminated Union