mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-10-31 14:27:18 +01:00 
			
		
		
		
	Adjust some of the string library functions to use the new method of receiving formatted strings.
This commit is contained in:
		
										
											
												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. | ||||
| */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user