CountString() case-sensitivity

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Manuel
User
User
Posts: 14
Joined: Thu Mar 02, 2017 11:15 pm
Location: Barcelona

CountString() case-sensitivity

Post by Manuel »

Could CountString() please be enhanced to recognize #PB_String_CaseSensitive and #PB_String_NoCase, to act like FindString() and ReplaceString() does? I'm currently doing it by changing both the target string and test string to lower case first, but flags to do it would be nicer. Thank you.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: CountString() case-sensitivity

Post by RSBasic »

+1
Image
Image
Post Reply