Le 18 févr. 2013 à 00:56, Biju a écrit :
> On 16 February 2013 20:26, David Bruant wrote:
>> Le 17/02/2013 00:58, Biju a écrit :
>
>> Also, it doesn't seem that hard to implement:
>>String.prototype.startsWithI = function(s){
>>this.match(new RegExp('^'+s, 'i'));
>>}
>
> you a
On 18 February 2013 01:24, Norbert Lindenberg
wrote:
> Actually, it's not just case that users want to ignore. In many use cases,
> users search for something "similar" to their search string, and the
> definition of "similar" can vary substantially. For example, an English
> speaker typically
Actually, it's not just case that users want to ignore. In many use cases,
users search for something "similar" to their search string, and the definition
of "similar" can vary substantially. For example, an English speaker typically
wants "San Jose" to also match "San José", especially when he
On 16 February 2013 20:26, David Bruant wrote:
> Le 17/02/2013 00:58, Biju a écrit :
> Also, it doesn't seem that hard to implement:
> String.prototype.startsWithI = function(s){
> this.match(new RegExp('^'+s, 'i'));
> }
you also made the common error any developer make
(I am ign
On Saturday, February 16, 2013, David Bruant wrote:
> Le 17/02/2013 00:58, Biju a écrit :
>
>> In most time when user want to search something in a text, he/she
>> wants to do a case insensitive search.
>> For example to filter items displayed in list on a page.
>> Also on other applications, say
Le 17/02/2013 00:58, Biju a écrit :
In most time when user want to search something in a text, he/she
wants to do a case insensitive search.
For example to filter items displayed in list on a page.
Also on other applications, say any word processor, or in page search
in Firefox, IE, Chrome etc.
In most time when user want to search something in a text, he/she
wants to do a case insensitive search.
For example to filter items displayed in list on a page.
Also on other applications, say any word processor, or in page search
in Firefox, IE, Chrome etc.
So can we make the default behavior of
7 matches
Mail list logo