mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +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 {
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user