Skip to content

More validators

Compare
Choose a tag to compare
@phpfui phpfui released this 28 Apr 03:17
· 116 commits to main since this release

Added the following validators:

  • starts_with
  • ends_with
  • contains
  • istarts_with (case insensitive)
  • iends_with (case insensitive)
  • icontains (case insensitive)