Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

regexp object js

var reg = new RegExp('(s)$');
//Note that the expression is not contained within backslashes.
 
PREVIOUS NEXT
Tagged: #regexp #object #js
ADD COMMENT
Topic
Name
1+5 =