A programming concept about finding results based on some kind of search. Typically used when talking about regular expressions.

learn more… | top users | synonyms

0
votes
1answer
23 views

MYSQL match id with column keywords and show results

I have a db with hundreds of cakes and different keywords for each cake. In this example what I want to achieve is to first match cakes that have at least 2 similar keywords-- in this example it would ...
0
votes
0answers
40 views

logic for matching two images in a game

Hi i want to compare logic matches in a image-grid that is populated on random. right now i have two arrays were the the images on the matching positions in the arrays is a "logic match". i then loop ...
2
votes
2answers
38 views

Python regex - Match words only containing A, B, or C

What regex expression can I use to match words that are made of up ONLY the characters A, B, or C? For example the regex would catch ABCBACBACBABBABCC and A and B and C but would not catch ABCD, ABC1, ...
0
votes
1answer
44 views

Extract value from link in Powershell

I have a function in Powershell that gets the content of a file and breaks it up into fields to put into a CSV file. I'm wondering if there's a way to get a value from the link and add it to the ...
0
votes
1answer
31 views

matching the data entered in the combobox to the database

Here I want to verify the data entered by the user by using the leave event function so what I want to do here is to match the data entered by the user in the database. I did it by using this code ...
1
vote
2answers
43 views

How do I get RegEx to get the entire URL… start at http and get everything after until a whitespace and how to exclude certain characters

OK, I have an asp file pulling an rss feed from twitter onto my server, Im using AJAX to break up each entry and write the HTML. I want to be able to extract a link from the description part of the ...
1
vote
1answer
27 views

Powershell - how to obtain previous lines from text file?

I have a text file containing hundreds of lines of text containing database info. I'm trying to extract the DatabaseIds for any database which is 35GB. I would like to interrogate the file using ...
1
vote
1answer
24 views

Comparing and matching a range of data with another range of data

Each row of 4 columns represents a set of data A1 : D1 1,2,3,4 A2 : D2 4,2,1,5 A3 : D3 5,3,2,1 etc. Now the column set will be compared to another column set F1 : I1 4,6,3,1 F2 : I2 ...
1
vote
3answers
43 views

Android RelativeLayout and childs with layout_width=“match_parent”

How Android calculates the size of a View when I have two Views at the same "row", one with width="fill_parent"? Example: <RelativeLayout ...
0
votes
1answer
30 views

Primefaces password match unhandled message

I'm trying to get Primefaces 3.5 password matching to work and I keep getting an error saying "There are some unhandled FacesMessages", and no proper message is displayed as expected. I have created ...
1
vote
0answers
34 views

Hadoop - look for matching names in two customer lists

I have two lists of people from different events; I would like to look for matching names of people amongst those lists, as well as matching companies. I understand that potentially there will be ...
0
votes
1answer
26 views

compare column names and make plots

I want to compare two columnnames from two data frames and create graphs with the matched columnnames from the original data frames. ...
0
votes
2answers
30 views

compare column names and make new table

I want to compare two columnnames from two data frames and create a new table with the matched columnnames from the original data frames. ...
1
vote
1answer
29 views

How can i replace any word but one in a string using C# regex?

Given a string like this: Fixing this [HFW] takes alot of [HFW] time [HFW] should be this: [CW] [CW] [HFW] [CW] [CW] [CW] [HFW] [CW] [HFW] I need to replace any word with [CW] except the tags [HFW]. ...
0
votes
0answers
32 views

Solr… how to make search and correction word together?

I have two list (really there are many ) that i need to match between them. for example: I have a documents like: Manchester United Arsenal FC Wigan ... Second list is like: Manchester U. ...
1
vote
1answer
41 views

Subset data frame based on unique combination of multiple conditions

I cant seem to find an answer through search to this on SO. I'm trying to select a subset of a data.frame based on four conditions (lon1, lon2, lat1 and lat2). I have a huge dissimilarity matrix that ...
0
votes
1answer
59 views

How to practice with Xpath Match Assertion in SoapUI?

I have tested Contains Assertion without any issues but I don't know how to validate the webservices using Xpath Match Assertion in SoapUI. Can you please tell me how to workout 'Xpath Match' ...
0
votes
3answers
44 views

Regex - PHP - Match a string start with number and : end before number: [closed]

I have a string like that: 1: Blah blah blah blah 2:blah blah blah blah .... 100: blah blah blah blah I wanna replace it with <span class="meaning">1: Blah blah blah blah</span> ...
0
votes
0answers
19 views

VB for excell match whole word and replace

I'm trying to replace a string with another but the problem is that the string is matching some other string partially. I am trying to create a function that searches each line in another spreadsheet ...
0
votes
2answers
54 views

Combine two very similar ruby if statements

Right now I am finding a match in a string of text: if w.include? 'syn' w.sub!(/.*?syn\|/, '') return w unless similar?(word, w) elsif w.include? 'sim' w.sub!(/.*?sim\|/, '') return w ...
1
vote
1answer
37 views

Matching Variables using Powershell Match

I need to parse some config files and find a match. I've simplified the problem to this. Why doesn't powershell match the backslash even when it's been escaped? It works if I remove the backspace from ...
0
votes
2answers
27 views

jQuery word counter - exclude string in brackets

i have an jQuery function for word counting in textarea field. Everithing works fine, but i need exclude words enclosed in triple brackets - [[[for example this string]]] from counter. How do I modify ...
1
vote
1answer
32 views

Regex to extract word from a line

I am trying to extract the word(s) inside round brackets. Code: $('.vote').each(function() { var vote_count = $('.vote .likedButton').attr('title'); var split_count = ...
0
votes
1answer
29 views

Finding escape characters in AT&T x86 assembly

Question 1: I have the following assembler code, whose purpose is to loop through an input string, and count the number of escape characters '%' it encounters: .globl sprinter .data .escape_string: ...
2
votes
3answers
61 views

r-find two closet values in a vector

I tried to find two values in the following vector, which are close to 10. The expected value is 10.12099196 and 10.63054170. Your inputs would be appreciated. [1] 0.98799517 1.09055728 ...
0
votes
2answers
34 views

sed replace whole line when match found

I need to replace the whole line with sed if it matches a pattern. For example if the line is 'one two six three four' and if 'six' is there, then the whole line should be replaced with 'fault'.
0
votes
2answers
33 views

PHP Regex Match all string in other file

I have created one regex that can extract all string from PHP files. Example, I have "abc.php", I want to extract all string inside there (including tags " ' ). I make my own regex but some of string ...
1
vote
2answers
55 views

JavaScript - Compare two multidimensional arrays

I have two multidimensional arrays: first is something like (['one','one','three'],['four','five',five'],['one','one','one']) second is like this ...
0
votes
3answers
43 views

Compare List and return matches in c#

What is the fastest and best way to compare 2 lists and return a match. Only one match is possible. List1 contains dynamic data from a database. The way I do it now : foreach (var item1 in List1) { ...
1
vote
3answers
31 views

Javascript RegExp matching returning too many

I need to take a string and get some values from it. I have this string: 'tab/tab2/tab3' The '/tab3' is optional so this string should also work: 'tab/tab2' I currently am trying this which ...
0
votes
2answers
55 views

SQL: How to find exact matches of words within a text

Please bear with me, I'm new to Access and SQL. What I'm trying to do is to write a SQL query to filter through two tables - one contains words that are split into two columns and the other contains ...
1
vote
1answer
25 views

Multiple vlookup using index and match

I need to make a vlookup function based on two unique IDs. So far the Internet has told me that a combined match index will do the trick. Unfortunately are my excels skills limiting me. Basically I ...
0
votes
1answer
30 views

Non-parametrized partial match query

I'm an access beginner. I'm trying to write a query that finds all partial matches between a field in one table and a field in another. I'll give a simplified example of what I'm looking for as a ...
1
vote
1answer
41 views

PHP - Match two strings ignoring span tags

I am looking for a function that matches string A with string B (ignoring span tags) a) Shopping for <span>Stylish</span> Rugs Area b) Shopping for Stylish Rugs Area Function should ...
0
votes
0answers
26 views

How do I pull data from the rows which contain my search, and sum them to give me a percentage?

I'm looking to write a formula for excel, but I've seem to hit a dead end. I have workbooks that have "Monthly Gas Used" in B5; below this I have a breakdown of where the fuel went. The breakdown ...
1
vote
1answer
27 views

Match two articles and highligt matched data

I have two articles ( plain text ), i am looking to match the first article with the second article and highlight the matched data. SCENARIO: ARTICLE(A) Lorem Ipsum is simply dummy text of the ...
1
vote
3answers
57 views

What's the most efficient way to access the value of a match?

There are many ways to access a Match's value in C#: Match mtch = //whatever //you could do mtch.Value //or mtch.ToString() //or mtch.Groups[0].Value //or mtch.Groups[0].ToString() My question ...
1
vote
2answers
38 views

R partial match in data frame

How can I address a partial match in a data frame? Lets say this is my df df V1 V2 V3 V4 1 ABC 1.2 4.3 A 2 CFS 2.3 1.7 A 3 dgf 1.3 4.4 A and I want to add a column V5 containing a number ...
-2
votes
1answer
41 views

loop column and cell within a range

T U F T F F F T T T T U F T T T T T T T T U F T T F T T F T T U F T T F T T F T I'm a novice to VBA and plz help if you are ...
1
vote
3answers
52 views

Python regex for int with at least 4 digits

I am just learning regex and I'm a bit confused here. I've got a string from which I want to extract an int with at least 4 digits and at most 7 digits. I tried it as follows: >>> import re ...
0
votes
1answer
13 views

regular expression dont allow partial matching

Okay, first off I have strained relationship with regex. I can usually manage to make it grab or validate the data I need. But now it really feels like I've hit the regex wall. I have concatinated ...
1
vote
1answer
30 views

Javascript regex replace next match

Many questions you might think are related will say something like "use /g". That's not what I'm after. There must be a way to do this. What I have is the following: <script> var myString = ...
0
votes
3answers
74 views

Python - Match string between { } characters, but not between {{ }}

I'm trying to match some variable names in a html document to populate a dictionary. I have the html <div class="no_float"> <b>{node_A_test00:02d}</b>{{css}} <br /> ...
0
votes
2answers
52 views

Price Regex when mixed with other numbers

Trying to write some JavaScript regex to match the price when an option is selected from a dropdown. Example output: Acrylic Print 12 x 16 inch (£95) I have the content in a variable (price) and I ...
1
vote
1answer
56 views

c++ program that finds a type of char* word in a char* array

I have a program which search through an array to find a word match char *mywords []={"Dog","Cat","etc"}; string search; cout<<"enter a word to search"<<endl; cin>>search; for(int ...
0
votes
1answer
31 views

SQL join tables with similar data

I have two tables with business names and addresses. Some business names and addresses are writing in different formats. Table 1 Table 3 ID Name ...
2
votes
2answers
44 views

Match does not work

I was trying to match a numeric to a vector, as following: t <- seq(-4,4,length=81) tifl.e <--1.5 tifc.e <--0.5 tifr.e <-0.5 tifl.m <--1.6 tifc.m <--0.4 tifr.m <-0.8 match( ...
0
votes
0answers
11 views

how to compare two fields in python

I have a very basic question in python. I want to go through each line of the a csv file and compare to see if the first field of line 1 is same as first field of next line and so on. If it finds a ...
0
votes
0answers
24 views

FBDialogs Apple Match-O linker error iOS

I'm trying to implement posting to facebook from an iOS app, I've added the newest facebook sdk, i've added the framework to my xcode project, i've also added the depracated headers folder to my xcode ...
0
votes
2answers
37 views

javascript regex matching 3 digits and 3 letters

How to match word in string that contain exactly "3 digits and 3 letters"? e.g. 100BLA var regex = ?; var string = "word word 100BLA word"; desiredString = string .match(regex);

1 2 3 4 5 27