Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
String Ends With
.
Show all posts
Showing posts with label
String Ends With
.
Show all posts
Tuesday, December 4, 2012
How to know that a string starts/ends with a specific string in jQuery
›
One option is to use regular expressions: if ( str . match ( "^Hello" )) { // ... } if ( str . match ( "World$...
›
Home
View web version