Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Removed one method and added another.

Compare
Choose a tag to compare
@brad-jones brad-jones released this 29 Nov 06:13
· 2 commits to master since this release
  • replaceExact() was removed. I have no idea what I was thinking when I created it. Talk about over complicating things.
  • is() has been added. Borrowed from Laravels str_is() method. Basically a poor mans wildcard regular expression.