Icons made by Freepik from Flaticon

ayo belajar sama – sama …

Navigation

Skip to content
  • Home
  • Download
  • Jasa Pembuatan TA, Website, Desktop App, Skripsi, Tesis
  • Kreasi Garuda

Tag Archives: endsWith

Post navigation

Fungsi startsWith dan endsWith dengan Javascript

Posted on October 25, 2010 by renkurniawan
String.prototype.startsWith = function(str){
	return (this.match("^"+str)==str);
}

String.prototype.endsWith = function(str){
	return (this.match(str+"$")==str);
}

Dikutip dari : http://www.tek-tips.com/faqs.cfm?fid=6620

Posted in HTML, Javascript, PHP Tagged endsWith, fungsi startsWith Leave a comment

Post navigation

Categories

Kreasi Garuda




SiteLock


Top Posts

  • Cara Membedakan EarPod iPhone Original Atau KW/OEM Akurat 100%
  • Kekurangan iPhone Jepang, iPhone Korea dan iPhone Arab
  • [SOLVED] Problem : Could not connect to server: connection timed out (0x0000274c/10060)
  • Surabaya Computer Expo - Gramedia
  • Script Link HTML Membuka Aplikasi WhatsApp, SMS dan Telepon Dari Website
Proudly powered by WordPress | Theme: Confit by WordPress.com.