w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Utilities
Overview
Properties
Methods
Other
Events
Extending
w2utils.isMoney
Returns true if
str
is in money format.
isMoney(str)
str
string
, string to validate
Money format is an float number that can contain dollar sign (euro, pound sterling, etc.) and commas.
var a = w2utils.isMoney('3'); console.log(a);
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus