PHP Classes

File: View/Javascripts/MString.min.js

Recommend this page to a friend!
  Classes of Michele Pagnin   MToolkit   View/Javascripts/MString.min.js   Download  
File: View/Javascripts/MString.min.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MToolkit
PHP Web application framework that supports MVC
Author: By
Last change:
Date: 8 years ago
Size: 208 bytes
 

Contents

Class file image Download
var MString=function(a){this.string=a};MString.prototype.endsWith=function(a){return this.string.indexOf(a)==0};MString.prototype.endsWith=function(a){return this.string.indexOf(a,this.length-a.length)!==-1};