- Laravel Version: v6.10.1 - PHP Version: 7.2 ### Description: I think there is a bug in Str::afterLast(). ### Steps To Reproduce: The statement `Str::afterLast('----Foo','---')` delivers "-Foo" instead of "Foo".