No announcements
Found 1149601 threads
-
0 Votes
Select query with Like matching exact word only?
I also want to search "A people" exact words.Answered | 5 Replies | 24400 Views | Created by HereAndNowAsAlways - Saturday, November 12, 2011 6:49 AM | Last reply by JLHui - Saturday, November 12, 2011 3:56 PM -
0 Votes
REPLACE exact match in string
To simulate an exact match with the "REPLACE" function, just include in both the replaced string and in the replacer string the ...Answered | 10 Replies | 17963 Views | Created by AmirBabazadeh - Monday, September 15, 2014 9:41 PM | Last reply by JMourao - Friday, February 22, 2019 11:56 AM -
3 Votes
how to Search string for the exact word c#
If all you will accept is: "Hello" "Hello " " Hello" " Hello ...Answered | 8 Replies | 105011 Views | Created by CodeSri - Wednesday, April 29, 2009 1:33 PM | Last reply by Chan77569 - Monday, October 30, 2017 7:14 PM -
0 Votes
exact match
What Tom means is that you need to specify case sensitive or binary collation for the column.Answered | 8 Replies | 2681 Views | Created by Martín.Capón - Monday, August 27, 2012 5:25 PM | Last reply by Martín.Capón - Tuesday, August 28, 2012 1:29 PM -
3 Votes
Exact Match Query
Becuase as i said 'bla' is not the only word in the field.Answered | 3 Replies | 7902 Views | Created by kghkuykjh - Wednesday, July 9, 2008 6:25 AM | Last reply by Ekrem Önsoy - Wednesday, July 9, 2008 8:31 AM -
1 Votes
match exact string
One has to take the text and do each operation, which is a regex match, individually.Answered | 7 Replies | 1352 Views | Created by leonorosorio - Monday, January 5, 2015 3:44 PM | Last reply by Noam B - Tuesday, January 6, 2015 11:47 AM -
0 Votes
KeywordQuery is matching the whole word
The search works fine except the thing that is matching the whole word.Answered | 1 Replies | 1371 Views | Created by EchoRO - Thursday, June 19, 2014 11:18 AM | Last reply by Cornelius J. van Dyk - Thursday, June 19, 2014 1:13 PM -
3 Votes
Matching on all Words
The search tool is pretty bad, as there is no way to specify an AND search, only OR.Answered | 2 Replies | 1703 Views | Created by Geoff_Olding - Tuesday, December 10, 2013 12:44 PM | Last reply by Geoff_Olding - Wednesday, December 11, 2013 9:49 AM -
1 Votes
Retrieve the word with matching pattern
Also, you can build a split function and get the words by passing ' ' as delimiter.Answered | 3 Replies | 1268 Views | Created by Gangadhar Thumu - Tuesday, December 3, 2013 6:32 AM | Last reply by wBob - Tuesday, December 3, 2013 1:06 PM -
3 Votes
Regex that matches an English word containing a Cyrillic characters
I want to use it in MS Word in a macro which will find such words and format them in red.Answered | 6 Replies | 22689 Views | Created by quantissimo - Friday, June 4, 2010 8:57 AM | Last reply by Ron Rosenfeld - Saturday, June 5, 2010 1:23 PM -
1 Votes
Match Space but only inside word characters
<words>\w.+\w)\s*$ Options: Multiline It returns a match for each line.Answered | 6 Replies | 4946 Views | Created by Mattaniah - Tuesday, May 11, 2010 12:37 PM | Last reply by WolfgangKluge - Tuesday, May 11, 2010 7:36 PM -
1 Votes
Contains - few words
Try CONTAINS(column_name, 'NEAR(Entity,"Framework")') for searching several words.Answered | 3 Replies | 1287 Views | Created by Nadim2522 - Wednesday, April 24, 2013 6:16 AM | Last reply by Jackson_1990 - Wednesday, April 24, 2013 6:37 AM -
0 Votes
Regular Expression Exact Match?
So I wanted to do an exact match without any leading or trailing characters on the match.Answered | 4 Replies | 4217 Views | Created by catalysto - Thursday, March 26, 2009 1:48 PM | Last reply by catalysto - Thursday, March 26, 2009 2:41 PM -
0 Votes
Algorithm for strong match,exact match
Well, the exact match is handled by the LookUp Transformation which is even case sensitive.Answered | 1 Replies | 1091 Views | Created by Shankarbs - Sunday, May 3, 2015 1:58 AM | Last reply by ArthurZ - Sunday, May 3, 2015 2:52 AM -
0 Votes
winapi. what does the word 'module' means?
. ;-) In Win32 terms Module typically means a DLL / EXE / OCX.Answered | 1 Replies | 3543 Views | Created by ewigejjj - Monday, July 4, 2011 8:06 AM | Last reply by Nick F. _ - Tuesday, July 5, 2011 10:51 AM -
0 Votes
About the "exact match" issue
I found that 1) the "is equal to" operator in the selection predicate only support exact match instead of *LIKE %k%* style sub-string search.Answered | 3 Replies | 1312 Views | Created by zeroxwj - Thursday, January 16, 2014 7:51 AM | Last reply by RSRahulSharma - Friday, January 24, 2014 12:53 AM -
1 Votes
Does the switch "/unique" of mstest means exact match?
Specify the ID of the TestMethod1 (namespace.class.TestMethod1 for unit test).Answered | 3 Replies | 5364 Views | Created by Jason.zhu - Sunday, April 5, 2009 10:36 AM | Last reply by Bill.Wang - Monday, April 13, 2009 3:05 AM -
1 Votes
No exact match on sharepoint peoplepicker
Hi Justin, Please use the user login name instead of Display Name in people picker if want exact ...Answered | 3 Replies | 718 Views | Created by Justin Li(jun.li) - Tuesday, October 15, 2019 8:39 AM | Last reply by Jerry Zy - Wednesday, October 16, 2019 7:40 AM -
0 Votes
what's the meaning of the letter 't' in the "wchar_t" type word?
In general, "_t" at the end of a name means it's a type.Answered | 4 Replies | 4019 Views | Created by SoBigSoBig - Thursday, August 28, 2008 2:22 AM | Last reply by SoBigSoBig - Tuesday, September 2, 2008 1:59 AM -
0 Votes
Sub string from a word to another word
+$"; Regex expr = new Regex(pattern); Match match = expr.Match(input); Group group = match.Groups[1]; foreach ...Answered | 3 Replies | 534 Views | Created by Prateek7 - Monday, February 2, 2015 11:13 AM | Last reply by Wyck - Monday, February 2, 2015 12:31 PM - Items 1 to 20 of 1149601 Next ›
No announcements