Top "Match" questions

A programming concept about finding results based on some kind of search.

Excel Approximate Text Match

I'm trying to check how many strings in column A approximately match a string in column B. Example: If I …

string excel match vlookup approximate
Regular Expression to match two separate phrases

I am looking for a regular expression that can ensure two phrases showing up on a webpage at the same …

regex string whitespace match phrases
Elastic Search nested multimatch query

So my problem is basically the same as described here, however it still remains unanswered on the group. My mapping: { "…

elasticsearch nested match nested-properties
Set AdMob banner to match parent width by XML

I'm trying to set AdMob banner ad to match it's parent width. I tried as sample: <com.google.ads.…

android admob match fill-parent
How to check if two string are a partial match in C#?

Possible Duplicate: Are there any Fuzzy Search or String Similarity Functions libraries written for C#? I am creating an application …

c# string match partial
How to use google-diff-match-patch C# library?

I am looking at http://code.google.com/p/google-diff-match-patch/ and have downloaded the file. When I look at it …

c# diff patch match
Regex: capturing groups within capture groups

Intro (you can skip to What if... if you get bored with intros) This question is not directed to VBScript …

regex substring match capture-group
JavaScript Regex does not match exact string

In the example below the output is true. It cookie and it also matches cookie14214 I'm guessing it's because cookie …

javascript regex match exact-match
NoMethodError: undefined method `match?' for "Ruby":String

I'm trying to check whether input from user matches RegEx [a-zA-z] so I've checked the docs for proper method. I …

ruby regex match nomethoderror code-documentation
How to extract regex matches using Vim

An example: case Foo: ... break; case Bar: ... break; case More: case Complex: ... break: ... I’d like to retrieve all the …

regex vim match text-extraction