1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-31 16:51:57 +02:00

63 Commits

Author SHA1 Message Date
Daniel St. Jules
c230885a13 Require objects to have a __toString method, update readme 2013-12-15 01:08:23 -05:00
Florian Semm
6014ff52df fix typo in pad function call 2013-12-09 15:15:45 +01:00
Daniel St. Jules
2ada00ff62 Add logo 2013-12-01 15:43:03 -05:00
Daniel St. Jules
2a197244a5 Update readme and comments for new slugify param 2013-11-27 01:14:09 -05:00
Daniel St. Jules
88145e83e8 Update replace() to correctly apply preg_quote to pattern and replacement 2013-09-14 23:59:46 -04:00
Daniel St. Jules
9bd5a9c0c8 Added regexReplace() 2013-09-14 23:45:18 -04:00
Daniel St. Jules
41ea0277b2 Added $caseSensitive to count() 2013-09-14 14:58:11 -04:00
Daniel St. Jules
61cd5f5f4d Added toLowerCase() and toUpperCase() 2013-09-14 11:22:52 -04:00
Daniel St. Jules
ea20aebc91 Added $caseSensitive to contains() 2013-09-14 01:32:52 -04:00
ChristianGaertner
5fff1a4124 Added codeblocks 2013-09-03 22:51:50 +02:00
Daniel St. Jules
a667c4aa6a Fix and merge branch 'isJson' 2013-08-31 19:12:46 -04:00
Lucas
cd5e897ac3 isJson() function, with tests 2013-08-31 18:43:16 -04:00
Daniel St. Jules
390671e131 Cleanup and merge branch 'isserialized' 2013-08-31 18:37:58 -04:00
Lucas
0b76c56333 function isSerialized(), with tests 2013-08-31 18:20:39 -04:00
Daniel St. Jules
454e8e2f87 Added isHexadecimal to Readme 2013-08-23 01:08:31 -04:00
Daniel St. Jules
f1abc38c17 Fix for collapseWhitespace() not being able to handle multibyte space characters 2013-08-06 22:39:47 -04:00
Daniel St. Jules
9d4ca96528 Removed packagist icon 2013-08-01 01:04:21 -04:00
Daniel St. Jules
f0063f8bac Cleanup and fixes for 1.0.0 Release 2013-08-01 00:53:54 -04:00
Daniel St. Jules
918bdc9839 Add changelog, make few small doc corrections 2013-07-28 23:43:01 -04:00
Daniel St. Jules
b1cdc7603f Add count() and replace() 2013-07-28 23:21:44 -04:00
Daniel St. Jules
87e86d3bf6 Add packagist graphics, move travis-ci up top 2013-07-28 21:23:46 -04:00
Daniel St. Jules
a829f2d244 Stringy methods now return a new Stringy object, rather than modifying the original 2013-07-28 18:43:08 -04:00
Daniel St. Jules
f29e400e85 Improve standardize() coverage 2013-07-28 15:11:21 -04:00
Daniel St. Jules
88b8a8a6ef Added isAlpha(), isAlphanumeric(), isBlank(), isLowerCase() and isUpperCase() 2013-07-27 23:56:07 -04:00
Daniel St. Jules
013e42dfce Fix missing params in StaticStringy comments, re-order methods in README 2013-07-27 18:17:38 -04:00
Daniel St. Jules
a93955162e Add removeLeft() and removeRight() 2013-07-27 17:57:43 -04:00
Daniel St. Jules
6d927fbf5d Added ensureLeft() and ensureRight() 2013-07-27 16:33:27 -04:00
Daniel St. Jules
4828811a48 Added truncate() 2013-07-27 15:39:36 -04:00
Daniel St. Jules
77ae682de1 Add first() and last() 2013-07-27 14:41:29 -04:00
Daniel St. Jules
f3ac2bf1f3 Added at() 2013-07-27 13:57:30 -04:00
Daniel St. Jules
d757ce38de Added substr() 2013-07-27 13:09:11 -04:00
Daniel St. Jules
95e706fe31 Added length() 2013-07-27 11:53:48 -04:00
Daniel St. Jules
332ceb4224 Added longestCommonSubstring 2013-07-27 02:47:58 -04:00
Daniel St. Jules
aeef5493c0 Add longestCommonPrefix and longestCommonSuffix 2013-07-26 23:56:04 -04:00
Daniel St. Jules
8063276578 Fix link to oo and procedural section in readme 2013-07-26 09:09:39 -04:00
Daniel St. Jules
571cf8f78f Update readmewith OO/Procedural info, fix instances where is called instead of ->str 2013-07-25 23:02:34 -04:00
Daniel St. Jules
4e2a3a4bec Update readme with OO methods 2013-07-25 19:21:53 -04:00
Daniel St. Jules
ffe9d769d7 Make Stringy\Stringy OO, and add Stringy\StaticStringy 2013-07-25 01:57:13 -04:00
Daniel St. Jules
26ee99743c Update readme with todo items, rename truncate to safeTruncate, and clean to collapseWhitespace 2013-07-24 00:42:53 -04:00
Daniel St. Jules
49dd8bdbc2 Add shuffle() 2013-07-23 01:52:49 -04:00
Daniel St. Jules
c5816ad928 Update test and readme 2013-07-23 01:13:31 -04:00
Daniel St. Jules
4bb791e318 Add reverse() 2013-07-23 01:11:13 -04:00
Daniel St. Jules
1e2f49128b Add truncate() and a couple small fixes 2013-07-23 00:46:51 -04:00
Daniel St. Jules
ca4a924ba9 Add surround and insert 2013-07-22 23:22:38 -04:00
Daniel St. Jules
8ddb4b91b5 Add contains() 2013-07-22 00:54:19 -04:00
Daniel St. Jules
feb4c5a36d Add slugify 2013-07-21 23:07:31 -04:00
Daniel St. Jules
031e9e68b2 Add toSpaces() and toTabs() 2013-07-18 23:45:18 -04:00
Daniel St. Jules
493a194612 Add endsWith() 2013-07-18 22:56:49 -04:00
Daniel St. Jules
e14fa886c6 Fix readme 2013-07-18 01:31:22 -04:00
Daniel St. Jules
1311f69e10 Add startsWith() 2013-07-18 01:29:52 -04:00