No announcements
Found 3635044 threads
-
0 Votes
How to Detect Similar Strings Where one may contain a spelling error
= 3 Output: Reference:Unanswered | 1 Replies | 58 Views | Created by Anonymous - Thursday, August 23, 2018 4:48 AM | Last reply by Anonymous - Monday, August 27, 2018 3:03 AM -
1 Votes
Check Spelling/ Scoring Spelling - Spelling Test.
Dim spelling As String For i As Integer = 0 To _Spellings(0).Length spelling = txtSpelling1.Text ...Answered | 11 Replies | 1621 Views | Created by Joshua96 - Sunday, January 5, 2014 1:13 AM | Last reply by Frank L. Smith - Sunday, January 5, 2014 11:57 PM -
1 Votes
How to detect a word from a string in a listbox?
May be this is of a start string[] arr = { "Open picture gallery.Answered | 9 Replies | 1202 Views | Created by jojoleo - Wednesday, January 16, 2013 9:15 AM | Last reply by jojoleo - Thursday, January 17, 2013 3:12 AM -
0 Votes
Error in converting String contain "." to Integer
Hi, Check this one.Answered | 3 Replies | 1882 Views | Created by Jason2726 - Monday, March 19, 2012 5:14 AM | Last reply by Rajnikant Rajwadi - Monday, March 19, 2012 7:01 AM -
0 Votes
ORDER BY where the order is contained in a string
Oh, where are the keys?Answered | 12 Replies | 2058 Views | Created by GusBeare - Monday, June 24, 2013 9:24 AM | Last reply by Jingyang Li - Monday, June 24, 2013 6:31 PM -
0 Votes
MeasureUp 70-432 contains lots of errors.
Both the measure up tests and the microsoft press books from time to time contain errors, and are revised when these are discovered.Answered | 4 Replies | 11478 Views | Created by susall - Thursday, July 30, 2009 12:57 PM | Last reply by SQLServer2k8 - Sunday, January 29, 2012 12:00 AM -
2 Votes
string contains text
Contains may report false positives if the search should report whole words [that's how I understood the OP] ("mam" for instance).Answered | 8 Replies | 1849 Views | Created by aivarinns - Saturday, September 22, 2012 5:06 PM | Last reply by Mitja Bonca - Sunday, September 23, 2012 5:34 AM -
0 Votes
How to detect a part of a string from a string?
Dim SearchWithinThis As String = "Mummy loves Daddy and loves me too" Dim SearchForThis As String = "Mummy" Dim FirstCharacter As Integer = ...Answered | 1 Replies | 3076 Views | Created by DarcDarc - Monday, July 6, 2009 1:37 AM | Last reply by A.R.K. _ - Monday, July 6, 2009 1:50 AM -
0 Votes
String list, find similarity
I don't know how to explain it clearly.Answered | 20 Replies | 5621 Views | Created by ardmore - Saturday, March 5, 2011 10:44 PM | Last reply by ardmore - Tuesday, March 8, 2011 1:23 AM -
0 Votes
How to detect illegal characters in a string?
The variants available for strcspn are CString::FindOneOf and std::string::find_first_of.Answered | 6 Replies | 3245 Views | Created by ylk56 - Wednesday, May 23, 2012 1:51 PM | Last reply by BenoitRoosens - Thursday, May 24, 2012 7:03 AM -
0 Votes
webpart, where to put the connection string?
If you only need to use the database connection string in one place then webpart properties would be an easier option.Answered | 10 Replies | 10179 Views | Created by sunny74 - Tuesday, May 24, 2011 12:05 PM | Last reply by Dave Hunter - Thursday, May 26, 2011 12:47 PM -
0 Votes
How to check if a string is an English well spelled word?
Good coding involves knowing one's logical limits and expanding them as necessary.Answered | 3 Replies | 5077 Views | Created by .Unknown. _ - Wednesday, November 18, 2009 9:47 PM | Last reply by P.Brian.Mackey - Thursday, November 19, 2009 8:20 PM -
1 Votes
Creating a String that Contains " character
MonkeyBoy gave you the solution where Chrw(34) escapes double quotes within a string but as a side note on the string shown, if this string was for working with ...Answered | 2 Replies | 702 Views | Created by koehool - Thursday, May 1, 2014 1:07 PM | Last reply by Kareninstructor - Thursday, May 1, 2014 1:51 PM -
4 Votes
Check if a string contain a string.
try this Dim string1 As String = "tests" Dim string2 As String = "Actual Test" Select Case ...Answered | 11 Replies | 2088 Views | Created by Hendri Bissolati - Monday, September 23, 2013 6:13 AM | Last reply by Cor Ligthert - Tuesday, September 24, 2013 8:32 AM -
0 Votes
Spell checker showing lot of error but no error on page
My issue is spell checker on my page showing many errors but there is no error on text I entered on the page.Answered | 3 Replies | 1070 Views | Created by Ratnesh 2927 - Monday, December 21, 2015 5:21 PM | Last reply by Linda ZL - Friday, December 25, 2015 8:20 AM -
0 Votes
spell check errors in Publisher 2007
This may give you the solution.Answered | 1 Replies | 3464 Views | Created by Reeling - Tuesday, June 9, 2009 8:15 AM | Last reply by Thamizh R Jain - Tuesday, June 9, 2009 10:39 AM -
1 Votes
Ho to Compare two almost similar String
Hi olaf, All are similar.Answered | 9 Replies | 4876 Views | Created by Saritask - Monday, June 29, 2020 1:21 PM | Last reply by Echo Liuz - Monday, July 6, 2020 7:05 AM -
1 Votes
linq list<string>.Contains - returns error
Would you please add a working link or a suggestion how to change my query.Answered | 4 Replies | 6606 Views | Created by EvaV - Thursday, February 5, 2009 2:53 PM | Last reply by Peter Qian - MSFT - Friday, February 6, 2009 6:04 PM -
0 Votes
How to detect the language of the given string using c#
I am not sure what you mean by saying "using C# alone" but there are no methods in the .NET Framework that lets you identify in which spoken language the text in a string is written ...Answered | 3 Replies | 3416 Views | Created by Pradeep L(c23) - Friday, December 11, 2015 5:44 AM | Last reply by Magnus (MM8) - Friday, December 11, 2015 4:09 PM -
3 Votes
Spell checking a plain textbox
How do I get the textbox to form1?Answered | 10 Replies | 4421 Views | Created by Gone2TheDogs - Friday, December 12, 2014 7:56 PM | Last reply by RONATMOODYLAKE - Tuesday, November 5, 2019 2:15 PM - Items 1 to 20 of 3635044 Next ›
No announcements