Testing whether a data structure has a particular shape or contains particular values in certain locations. Many functional languages provide pattern matching constructs. Most questions in this tag should also have the tag for the language you are programming in. Do not use this tag for regular ...

learn more… | top users | synonyms

0
votes
1answer
55 views

unix: how to tell if a string matches a regex

Trying out fish shell, so I'm translating my bash functions. The problem is that in one case, I'm using bash regexes to check if a string matches a regex. I can't figure out how to translate this into ...
4
votes
1answer
62 views

Pattern match on manifest instances of sealed class

Given classes sealed abstract class A case class B(param: String) extends A case class C(param: Int) extends A trait Z {} class Z1 extends Z {} class Z2 extends Z {} def zFor[T <: A : ...
0
votes
0answers
14 views

How to match two audio fingerprint code in Android - Echoprint

I had implemented the Echoprint project into my Android phone from this blog. It works great but I need to run the program locally. That means first I record a music for 15-20 seconds. Program creates ...
0
votes
1answer
12 views

Can Android Gestures Builder be used to recognize other image pattern?

I have some pixels color in an integer array. Those pixels form a pattern of Bengali characters. I want to map these patterns to Unicode. Is it possible to use Gestures Builder of android for mapping ...
2
votes
1answer
48 views

IP Address Find and Replace using Javascript

How do I create the function to find and replace an IP address in a string? I can easily find and replace the text, but the IP's are giving me a fit. Any suggestions? Here's my code: <html> ...
4
votes
1answer
56 views

Why is lua's string pattern matching doing this?

I have an external application which monitors CPU and GPU temperatures... I am using LUA w/ the alien extension to grab these values (via GetWindowText) and to do some pattern matching on these ...
2
votes
2answers
53 views

Include the period in a sentence - regular expression

I have 40,000 lines and need to divide each line into different sentences. Now I'm using pattern like this: String patternStr2 = "\\s*[\"']?\\s*([A-Z0-9].*?[\\.\\?!]\\s)['\"]?\\s*"; It can handle ...
0
votes
0answers
13 views

How to change IP dynamically in hadoop conf.xml

cat test.xml |sed -r 's/(\b[0-9]{1,3}\.){3}[0-9]{1,3}\b'/$ip_address/ >new.xml Here, I am trying to replace pattern matching IP with new IP address. I am getting unterminated s command. Please ...
20
votes
6answers
674 views

Why are if expressions frowned upon in Haskell?

This has been a question I've been wondering for a while. if statements are staples in most programming languages (at least then ones I've worked with), but in Haskell it seems like it is quite ...
-1
votes
0answers
29 views

extract pattern in truth table

I have an N-variable truth table, and a 'pattern' that contains k items of the truth table. The pattern is defined by a k*k matrix that specifies k^2 hamming distances of the k^2 pairs of items. For ...
1
vote
2answers
30 views

bash: use a pattern to get all files at once

I have a script that takes as an argument a list of files to analyze. It can be any number of files. $ ./myScript file1 file2 ... fileN Now, I have to run it on a large number files (~30) whose ...
0
votes
2answers
72 views

PHP, extracting mailing address

I have a problem that I need help fixing. I am trying to create a script that crawls websites for mailing addresses. Mostly German addresses, but I am unsure of how to create said script, I have ...
0
votes
1answer
27 views

The correct syntax of a quantifier in a regular expression pattern with grep in Solaris?

I have to search in many files with several lines, the lines with a telephone number of exactly ten digits. Examples of the lines: telephoneNumber: 66727166501 telephoneNumber: 6672716650 ...
0
votes
1answer
30 views

Transforming an XML element based on its sibling, using scala.xml.transform.RuleTransformer

Given this XML: <root> <item> <discriminator>d1</discriminator> <target>t1</target> <subitem> <incomplete></incomplete> ...
0
votes
1answer
55 views

Which Algorithm to choose in pattern matching time serie?

I 've got multiple time series represented as multiple list of integers (in main memory, not in database). I need to perform a fast search, among all series, to find a specific pattern. Example, ...
1
vote
2answers
50 views

Java - Date Pattern matching

I am new to Java. Please help me. I have a problem with JSON response below: {"GetResult":"{ \"IsDate\": [ { \"Code\": \"200\" }, { \"Message\": \"Fetched successfully\" }, ...
0
votes
2answers
35 views

OCR Solutions on Android and iOS (?)

'Optical Character Recognition' seems to be an exercise in itself with lots of trial and error. I have been evaluating various COTS (Customized off the shelf solutions) to recognize English ...
2
votes
2answers
44 views

Pattern matching in a numeric matrix using R

I have a matrix containing questionnaire responses and I want to do some basic pattern checking to rule out, for example, respondents who just filled in a zig-zag pattern down their Scantron sheet. I ...
0
votes
3answers
30 views

Confused about Matcher group in Java regex

I have the following line, typeName="ABC:xxxxx;"; I need to fetch the word ABC, I wrote the following code snippet, Pattern pattern4=Pattern.compile("(.*):"); matcher=pattern4.matcher(typeName); ...
0
votes
1answer
17 views

Benefits of removing vowels prior to string encoding

I'm going through C++ code that encodes address data for match-merging. I have very limited expertise in C++, but I'm pretty sure one step of the process is to drop vowels, and encode consonants with ...
1
vote
2answers
51 views

Using pattern matching to return a function

I am trying to write a function that returns a function based on the input parameter. def myFunction(x: Int): x => Boolean { x => if (x < 7) false if (x % 2 == 0) false else ...
1
vote
1answer
44 views

What to do with a $ character in variable

While searching (& learning) about bash pattern matching, I've discovered that a dollar in variable seems to be interpreted as something else. Referring to the $ after AGENT= For instance, I'm ...
2
votes
1answer
54 views

Pattern matching refuses to recognize member type (value X is not a member of _2)

In the following situation Scala seems to not acknowledge the type of system: sealed trait Bar[S] { def system: S } trait Foo { def bar(): Unit } trait FooBar extends Bar[Foo] If I'm not ...
3
votes
1answer
52 views

Non-exhaustive Pattern exception, for bind but not for do

To put into context, I was converting a list comprehension (from there) doing "pattern filtering" to its monadic counterpart (do and bind), then I meet an exception. I start with these definitions ...
4
votes
7answers
153 views

Finding a pattern in a binary string

I'm trying to find a repeating pattern in a string of binary digits. eg. 0010010010 or 1110111011 = ok not. 0100101101 = bad The strings are 10 digits long (as above) & i guess 2 iterations of ...
0
votes
2answers
36 views

Keywords/Keyphrases matching [closed]

(updated with code and more straightforward question) I'm trying to write code that analyses headlines and finds key phrases. Example: Input: Headline1: "A War Breaks in Somalia" Headline2: "The ...
0
votes
5answers
53 views

perl regular expression to get the text between 5) some text 6)

5) On 64bit OS go to C:\Program Files (x86)\Common gateway 6) on 32 bit in the above example i was trying to get the text between 5) and 6) which is On 64bit OS go to C:\Program Files (x86)\Common ...
2
votes
0answers
118 views

How to solve logical formulas in haskell?

I am working on a haskell program that includes these data type definitions as part of it: data Term t (deriving Eq) where Con :: a -> Term a And :: ...
2
votes
2answers
60 views

scheme pattern checking if it is a number

I am a scheme beginner and I am wondering how to explain this piece of scheme code? Looks so preculiar! (define (calc2 exp) (match exp [(? number? x) x])) ...
5
votes
3answers
128 views

How can I detect laughing words in a string?

I'm trying to detect laughing words like "hahahaha" and "lolololol" in a string. Currently I'm using the following regex: ^((.*?)|)(\b[ha]|\b[lo])(.*?)$ However, this doesn't work for my purposes. ...
0
votes
1answer
35 views

Typesafe Swing events—“The outer reference in this type test cannot be checked at run time”

I am implementing a Swing component and I want to overcome the #### untypedness of Reactor. So I thought this would work: trait Foo[A] extends scala.swing.Publisher { final case class Bar(parent: ...
-3
votes
1answer
21 views

Extract a specific word from string in PostgreSQL

I am using pgadmin version 1.16.1 and I need to extract the words 'login' and 'logout' from the result column url "http:/login-v1.abcd.com/service/abc/integration" "http:/xxxxxxxxlogout" ...
0
votes
1answer
84 views

Setting password for android app using lock screen patterns

I want to set a password for my application which it will require at the time of execution. I want that it should be like lock screen patterns, is it possible? If yes please help me out to find some ...
3
votes
2answers
106 views

Which is more efficient in Erlang: match on two different lines, or match in tuple?

Which of these two is more efficient in Erlang? This: ValueA = MyRecord#my_record.value_a, ValueB = MyRecord#my_record.value_b. Or this: {ValueA, ValueB} = {MyRecord#my_record.value_a, ...
-3
votes
0answers
70 views

How to measure similarity between patterns of images using Hausdorff Distance [closed]

Can someone please help me in measuring the similarity between an input pattern image and a template of pattern images using Hausdorff distance and also, generate the matching score. Thank You
1
vote
0answers
21 views

jQuery Autocomplete and correction of Keyword - google style

I have an autocomplete box with jQuery Autocomplete Plugin. I have also an autocorrection of my words, what mean, I know if someone types wrong keyword and I am returning the correct one. This what ...
-4
votes
1answer
66 views

Pattern matching matlab

I was a student, has just begun the matlab Matlab would like to ask, I hope someone can answer Now there are three images are A, B, C b is a diagram capture down on a small area, it may be a solid ...
0
votes
1answer
14 views

Jquery Autocomplete hightlight the non-matching text like Google

I am using the jQuery Autocomplete plugin and I would like to implement the same thign like in Google's autocomplete: I have searched for this, but all the examples are showing, how can I highlight ...
1
vote
1answer
48 views

Filling a list with regular expression results python

I would like to search a string for specific substrings and store these substrings in a list using re, how would I go about doing that? Here is my code so far: #!/usr/bin/env python from sys import ...
0
votes
2answers
39 views

PHP + Regex to pull sections of a string after a specific pattern

Trying to figure this out and if there is another method aside from regex, I am open to it. Need to take a pattern similar to the following: One has spaces between the dash and the other does ...
5
votes
6answers
140 views

Finding if a string matches a pattern

At one point in my app, I need to match some strings against a pattern. Let's say that some of the sample strings look as follows: Hi there, John. What a lovely day today! Lovely sunset today, John, ...
0
votes
0answers
27 views

Regex in SQL Server

I need to search for all records that has some common patter in it. For an example say we have Struts 1.3.0, Struts 1.3.1, Struts 2.1.0, Struts 2.1.1.1 Basically some part of the string is ...
1
vote
1answer
61 views

Matching only some parameters in case classes and not put N place holder for all options

I have my matching: val product = parser next match { case EvElemStart(_, "Product", attrs, _) => Some(parseProduct( parser, attrs )) case _ => readNext() } ...
4
votes
2answers
76 views

Pattern Match “return” value

Why is it not possible to chain pattern matching constructs? For instance, the following is legal, if nonsensical, val a = ADT(5) val b = a match { case ADT(a) if a > 4 => ADT(a * 3) case ...
0
votes
1answer
24 views

RegEx to match a full string of various characters?

I know this question has been asked at least 100 different times in at least 100 different ways but I'm really struggling to puzzle together everything I have found on this to create what i need. I ...
0
votes
1answer
75 views

Splitting string using Regex and pattern matching throws an exception

Could you guys please tell me what I'm doing incorrectly trying to extract using regex pattern-matching? I have following code val Pattern = "=".r val Pattern(key, value) = "key=value" And I get ...
3
votes
1answer
49 views

finding most informative image

I have 1000 large images which mostly share similar features and one template (top images at below). My aim is to find the closest pattern to my template (bottom image) in these images. However, using ...
0
votes
2answers
57 views

OCaml performance according to matching order

In OCaml, is there any relation between the order in a pattern-matching and performance? For instance, if I declare a type: type t = A | B | C and then perform some pattern-matching as follows: ...
3
votes
3answers
88 views

How to match particular pattern with if condition

My text file : Name: mak Place: ynr Age: 22 ------------- Name: john Place: kkr Age: 21 ------------- Name: mak Place: knl Age: 23 ------------- what I'm doing is : open(FILE, "path to file") or ...
2
votes
1answer
86 views

Why can't Scala optimize this match to a switch?

I have this pattern match that matches only on Byte values but when I add the @switch it says: could not emit switch to @switch annotated match What am I missing here? Just FYI, what I have ...

1 2 3 4 5 45