mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 09:57:14 +01:00
Adjust some of the string library functions to use the new method of receiving formatted strings.
This commit is contained in:
parent
1045a6fad2
commit
23d9caeac3
File diff suppressed because it is too large
Load Diff
@ -7,15 +7,6 @@
|
|||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
namespace SqMod {
|
namespace SqMod {
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
|
||||||
* Utility used to generate a string with an arbitrary text surrounded by a specific character
|
|
||||||
*/
|
|
||||||
CSStr LeftStr(CSStr t, SQChar f, Uint32 w);
|
|
||||||
CSStr LeftStr(CSStr t, SQChar f, Uint32 w, Uint32 o);
|
|
||||||
CSStr RightStr(CSStr t, SQChar f, Uint32 w);
|
|
||||||
CSStr RightStr(CSStr t, SQChar f, Uint32 w, Uint32 o);
|
|
||||||
CSStr CenterStr(CSStr t, SQChar f, Uint32 w);
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Get a new string with only the alpha numeric characters from the specified string.
|
* Get a new string with only the alpha numeric characters from the specified string.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user