Some additional string library functions

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
spikey
Addict
Addict
Posts: 809
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Some additional string library functions

Post by spikey »

#PB_String_InPlace for LCase and UCase
It would be useful to be able to LCase or UCase larger strings in place the same way that ReplaceString can.

FindString in a buffer
It would be useful to be able to supply a pointer argument to FindString's String$ parameter.

TCase or ICase
A New Function To Initial Capitalise A String

Thank you for consideration.
User avatar
jacdelad
Addict
Addict
Posts: 2090
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: Some additional string library functions

Post by jacdelad »

Sorry, wrong thread...
Last edited by jacdelad on Wed Feb 25, 2026 9:36 am, edited 1 time in total.
Good morning, that's a nice tnetennba!

PureBasic 6.30/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/2*DX517, 164TB+82TB+28TB+2TB SSD
Raspi 400/500
User avatar
mk-soft
Always Here
Always Here
Posts: 6588
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Some additional string library functions

Post by mk-soft »

In version PB v6.40 Alpha there will be no string inplace. Has also been removed in ReplaceString.
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
Post Reply