Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged regex



« Prev 1 Next »
Working on an ecommerce site I found out from our Japanese distrubutors that they don't have a decimal for the currency since yen doesn't deal in change. 1 yen is a fraction of a cent anyway! This code looks for the Yen since within a <span></span...
0 563 posted 12 years ago by cpres
The regular expression must be in non-literal notation; so replace all backslashes with two backslashes (e.g. ^\w+$ -> ^\\w+$). All searches are case insensitive; you can change this by removing the ‘i’ flag in the plugin.
1 680 posted 13 years ago by aelesbao
0 534 posted 13 years ago by aviddv1
regular expression that removes or replaces input text
0 577 posted 14 years ago by vagrantradio
« Prev 1 Next »