[Implemented] FindString with "case insensitive search" flag

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

[Implemented] FindString with "case insensitive search" flag

Post by techjunkie »

the subject says it all! :D

(as in ReplaceString)
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: FindString with "case insensitive search" flag

Post by PB »

Don't hold your breath, I've been waiting 5 years so far:

http://www.purebasic.fr/english/viewtopic.php?t=3246

;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Re: FindString with "case insensitive search" flag

Post by techjunkie »

PB wrote:Don't hold your breath, I've been waiting 5 years so far:

http://www.purebasic.fr/english/viewtopic.php?t=3246

;)
Ohhh... sorry! but I should have guessed that it allready was a Request... :wink:
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

I agree.

There should be several flags:
- case(in)sensitive flag (replace+find)
- replace all / only first string (replace)
- find first / last string (find)
PB 4.30

Code: Select all

onErrorGoto(?Fred)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: FindString with "case insensitive search" flag

Post by PB »

> Ohhh... sorry!

No need to apologize, I was just showing that old thread to try to convince
Fred that we've been wanting it for years. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply