17 lines
6.0 KiB
Plaintext
17 lines
6.0 KiB
Plaintext
|
|
|
|
#using scripts\shared\array_shared;
|
|
|
|
#namespace string;
|
|
|
|
// Please contact DRoche before adding new string functions
|
|
// There is a 95%+ savings by doing string manipulation ( apart from == ) in code.
|
|
// String function moved to code
|
|
//strStartsWith()
|
|
//strEndsWith()
|
|
//strIsNumber()
|
|
//strIsFloat()
|
|
//strIsInt()
|
|
//strStrip()
|
|
|