2017 © Pedro Peláez
 

library string-functions

image

baguette/string-functions

  • Saturday, July 16, 2016
  • by zonuexe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP String functions

Package version Scrutinizer Code Quality Build Status Packagist Coverage Status, (*1)

Installation

composer require baguette/string-functions

Functions

bool str_start_with(string $haystack, string $needle)

var_dump(str_start_with('Windows', 'Win')); // => true

bool str_end_with(string $haystack, string $needle)

var_dump(str_end_with('FooClassTest', 'Test')); // => true

The Versions

16/07 2016

dev-master

9999999-dev

  Sources   Download

Apache-2.0

The Development Requires

16/07 2016

0.4.1

0.4.1.0

  Sources   Download

Apache-2.0

The Development Requires