Advertisement
7_2009-2012 Debugging and Error Handling #223353

Various String Functions (VB like)

Allow users to do the following string functions using a char* or a string: IsNumeric (Checks To See If A String Is Numeric) Upcase (Uppercases A String) Lowercase(Lowercases A String) Trim (Trims The Spaces At The End Of A String Of Chars) RTrim (Trims The Spaces From The Begining Of A String Of Chars) LTrim (Trims The Spaces At The End Of A String Of Chars) right (Trims Chars From Right To Left Of A String) left (Trims Chars To From Left To Right Of A String) mid (Trims Chars To From A Starting Position To Right Of A String) Included in the .zip are the .cpp and .h of StringFunctins along with main.cpp and main.h which is a simple console program to help show how the functions work. This is my first posting. Comments are welcome

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Upload
Upload
Upload
Original Comments (3)
Recovered from Wayback Machine