Add Mode to CountString

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Add Mode to CountString

Post by IdeasVacuum »

Add Mode to CountString, as per Findstring:
#PB_String_CaseSensitive: case sensitive search (a=a) (default).
#PB_String_NoCase : case insensitive search (A=a).
IdeasVacuum
If it sounds simple, you have not grasped the complexity.