| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/spatie/string/ |
Upload File : |
# Changelog All Notable changes to `spatie/string` will be documented in this file ## 2.2.1 - 2016-12-01 - fix error when using `possisive` on an empty string ## 2.2.0 - 2016-10-04 - add `replaceFirst` ## 2.1.0 - 2015-07-14 ### Added - Contains function (alias for find) ## 2.0.1 - 2015-09-22 ### Bugfix - Strings now have a more strict validation on instantiation. Trying to create a string from an array or an object that doesn't implement `__toString` now throws an exception. ## 2.0.0 - 2015-07-14 ### Added - PHP 7 compatibility ### Removed - PHP 5.4 support ## 1.9.1 - 2015-06-26 ### Changed - Removed replace function & test (already provided by Underscore) ## 1.9.0 - 2015-06-26 ### Added - Add replace function ## 1.8.2 - 2015-06-24 ### Bugfix - Fixed ArrayAccess offset test ## 1.8.1 - 2015-06-12 ### Bugfix - Fixed underscore methods that use the string as a parameter ## 1.8.0 - 2015-06-12 ### Added - pop method ## 1.7.0 - 2015-06-09 ### Added - segment methods - trim method - documentation improvements ## 1.6.0 - 2015-06-08 ### Added - possessive method ## 1.5.0 - 2015-06-07 ### Added - allow string manipulation via array offset ## 1.4.0 - 2015-06-07 ### Added - integration with underscore ## 1.3.0 - 2015-06-05 ### Added - prefix, suffix and concat methods ## 1.2.0 - 2015-06-05 ### Added - replaceLast method ## 1.1.0 - 2015-06-05 ### Added - tease method ## 1.0.0 - 2015-06-05 ### Added - Everything, initial release