Search found 40 matches: insensitive

Return to advanced search

Fulltext-Search

... you could use: dir | findstr "example" Case Sensitivity: By default, findstr is case-sensitive. You can make your search case-insensitive using the /I switch. For example: findstr /I "example" myfile.txt Line Numbers: To include line numbers in the output, use the ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1237

Re: FW_SetUnicode( .T. ) 2-Byte characters

... ist misinterpreted . After the change: https://i.postimg.cc/25NnHKtN/2023-06-27-14-34-16.jpg The sorting is now correct and case insensitive thanks to the new function U82Upper()! When opened in a dialog, the full term is displayed correctly if it contains UTF-8 codes only..
by frose
Tue Jun 27, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2189

New FTDN April/Abril 2023 (FWH 23.04)

... if -ve. If any element of the array is codeblock, the comarison is made { |x,y| Eval( b,x ) < Eval( b, y ) } All string comparisons are case insensitive and values of different datatypes are sorted on the type. * New: function FW_GetClipboardData( [[@]Format] ) --> uData Similar to FW_CopyToClipboard(...), ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1753

Re: sort Filename (Extension)

... "Cpp", "cH" },,,;      { |x,y| LOWER( X ) < LOWER( y ) } )  For case insensitive comparisons, we recommend using FW_Stricmp( c1, c2 ) // --> -2, -1, 0, 1, 2  Incidentally, this function Data Type safe ...
by nageswaragunupudi
Sun Apr 16, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort Filename (Extension)
Replies: 6
Views: 373

Sample for FW_stricmp()

... ) --> -2/-1/0/+1/+2 lExact defaults to SET EXACT setting. uVar1 and uVar2 can be of any data types. In case both are strings, "case insensitive" comparision is made. In other cases, normal comparision is made. ValTypes "D" aND "T" are converted to same type ...
by Marc Venken
Thu Jun 17, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for FW_stricmp()
Replies: 0
Views: 325

New FTDN April/Abril 2021 (FWH 21.04)

... "city" } ) or oBrw:oCol( "cSortOrder", "city" ) returns the column whose cSortOrder is "city" ( case insensitive). - MultiRow Selection by using the method SetMultiSelCol: Initially the datas lReadOnly and nEditType of oBrw:oMultiSelCol are set to .f. ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1959

Re: mariadb

... as "SUBSTR( bcodi, 1, 2 ) = '12'" "WHERE bcode LIKE '___12%'" is same as "SUBSTR( bcodi, 4, 2 ) = '12'" LIKE is case insensitive The percentage ( % ) wildcard matches any string of zero or more characters. The underscore ( _ ) wildcard matches any single character.
by nageswaragunupudi
Sat May 22, 2021 3:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mariadb
Replies: 7
Views: 833

Re: Can FW also read a intire online webshop ?

... DBRECORDINFO(9) doing ? Looking into all field :?: :?: This is the full record as a string. You are in the right direction. You will need to case-insensitive comparision. Use FW_AtX() You can search for an array of words in a string
by nageswaragunupudi
Thu Mar 18, 2021 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1699

New FTDN August/Agosto 2020 (FWH 20.08)

... DATAS OS, lWindows: OS of the Server and if it is Windows. - New method DbExists( [@]cDatabaseName ) --> lExists The comparsion is case insensitive even on Linux. If the fist parameter is by reference, the database name with correct case is returned in the parameter. - Enhanced Method ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2303

Re: Translate words in dbf fields with other words

You need to translate whole words, searching case-insensitive. Use this function FW_AT( acSub, cString, nStart, nEnd, lWholeWord, lSkipQuotes, cFound, cReplace, lAll )  in this manner: aTranslate := ;   {  { "Zwart", "Black" ...
by nageswaragunupudi
Fri Mar 20, 2020 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translate words in dbf fields with other words
Replies: 2
Views: 410

FWH1905: FW_StrICmp(): Case Insensitive Comparison

In most cases, when we compare strings, we need to convert both of them to upper or lower case before comparison. Eg: Upper( c1 ) == Upper( c2 )  Converting the strings to upper or lower case every time adds overhead to the application. FW_StrICmp() avoids the need for this conv...
by nageswaragunupudi
Wed Jun 26, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_StrICmp(): Case Insensitive Comparison
Replies: 0
Views: 412

FWH1905: FW_AT() Case insensitive search

... provides the same functionality as the (x)Harbour functions without the need for conversion of the strings to Upper/Lower case, by performing case insensitive search. In addition, FW_AT() provides more capabilities that are not easily possible with (x)Harbour's AT() or HB_AT() except without tedious ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 570

New FTDN May/Mayo 2019 (FWH 19.05)

... Now uses buttonbar instead of individual btnbmps. * New function SegoeMDL2() --> .t. if Segoe MDL2 Assets font is available * Case insensitive string comparision and matching: - New function FW_AT( cSearch, [@]cString, [nStart], [nEnd], [ lWholeWord], [lSkipQuotes],[@cFound], cReplace, ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160

Re: MariaDB Rowset Seek Method returns always .T.

... Works only when the rowset is sorted on any column(s). Seek is performed on the sorted column. In the case of character values, the search is caseinsensitive. HardSeek: oRs:Seek( uSeek ) or oRs:Seek( uSeek, .f. ): Locates the first record from top where fieldvalue = uSeek (case insensitive). If ...
by nageswaragunupudi
Wed Oct 10, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Rowset Seek Method returns always .T.
Replies: 7
Views: 1123

Picture template on Resource Get not working.

... ID 102 of oDlg Picture "@Z 999" // also tried "@Z ###" My get is a "Tab Stop", "Right" aligned, "Case Insensitive", and "Multiple line". On the Activate dialog command the oOb:nCop01 has a value of 0. The get displays " 0" (should ...
by byron.hopp
Thu Jan 04, 2018 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture template on Resource Get not working.
Replies: 4
Views: 769
Next

Return to advanced search