Tim
Member since Sep 18, 2012
- Profile: /members/10289-tim.htm
- Comments: 2
Recent Blog Comments By Tim
-
Using Slice(), Substring(), And Substr() In Javascript
Posted on Sep 19, 2012 at 11:43 AM
@Chris... So I guess substr is part of their standard Nope... It's specifically called out by the ECMAScript standard as not being part of the standard. It is described in a "compatibility" annex to the standard (rather than being part of the standard). The section containing the des... read more »
-
Using Slice(), Substring(), And Substr() In Javascript
Posted on Sep 18, 2012 at 9:41 PM
One thing to be aware of is that substr() is not part of the ECMAScript standard, where-as substring() and slice() are. So your mileage may vary with substr() (as noted that IE does not support negative values).... read more »