27 Commits

Author SHA1 Message Date
Brad Arant
c40e288a67 added trim operand function. 2025-01-16 13:38:35 -08:00
brad Arant
6cd2fd6cc1 updated zstring_test to accomodate asInteger. 2024-11-27 15:18:32 -08:00
Brad Arant
8f5dd52c6a changed getTokenExclude method to allow escaped characters. 2024-11-14 09:44:12 -08:00
Brad Arant
bf4ff3fdac Created destructive removeTrailingZeros() method on ZString. 2024-11-04 16:26:40 -08:00
Brad Arant
d0239074a4 Fixed erroneous operator== on ZString. 2024-10-16 11:37:18 -07:00
Brad Arant
34e2ca0566 Fixed NULL assignment to ZString. 2024-10-16 11:15:54 -07:00
Brad Arant
e2d20a0c2d Changed startsWithDouble to startsWithNumber. 2024-09-26 12:32:04 -07:00
Brad Arant
974a509767 Fixed bug in asDouble but changed its operation. Decimal only. 2024-09-26 12:19:34 -07:00
Brad Arant
75df8d0282 Made find() return -1 if not found. 2024-09-24 14:19:25 -07:00
Brad Arant
d7ef47cd49 Add trim to ZString. 2024-09-24 11:14:58 -07:00
Brad Arant
a1cc142a59 Completed cosing of substring. 2024-08-08 11:42:09 -07:00
Brad Arant
39fd88cad9 Added startsWithDouble() method on ZString. 2024-08-01 15:03:28 -07:00
Brad Arant
0db4be8a99 Fixed operator< on ZString. 2024-07-31 13:03:45 -07:00
Brad Arant
ad74a9de85 Completed ZString::compare method. 2024-07-24 17:01:25 +00:00
Brad Arant
d5bdfe8ca3 Added lineIsWhitespace function. 2024-07-11 13:53:53 -07:00
Brad Arant
81829f15f5 Added a zstring test. 2024-07-11 10:45:20 -07:00
Brad Arant
1cfdc23a57 Added asDouble method to ZString. 2024-06-15 10:43:41 -07:00
Brad Arant
beb3673241 Fixed == operator for empty string comparison. 2024-06-14 10:21:28 -07:00
Brad Arant
d020363bc9 Trying to fix MString assignments. 2023-10-10 15:49:46 -07:00
Brad Arant
8a9c1c3bd7 Worked on ZString, MString and JString 2023-10-05 17:57:01 -07:00
Brad Arant
f39bdc98f6 jstring changes 2023-03-08 13:54:42 -08:00
Brad Arant
2a349c6ceb Many fixes for MString, ZString. 2022-08-23 09:30:56 -07:00
Brad Arant
d0d5172afa Added substring capability to ZString. 2022-08-07 17:21:37 -07:00
Brad Arant
d1c38dcfc8 Fix the operator != on ZString. 2022-08-05 00:28:58 +00:00
Brad Arant
2a4fc0ad6f Fixed delimiter depth on ZString::split. 2022-07-13 13:51:33 -07:00
Brad Arant
a37c4e6829 Updated and working. 2022-01-24 14:03:58 -08:00
Brad Arant
a0129273b3 Added testing function for ZString. 2021-09-22 18:01:54 -07:00