1
0
Fork 0
forked from 0x2620/oxjs

copy & paste

This commit is contained in:
rlx 2011-01-15 06:09:22 +00:00
commit bb9f04b7e8
2 changed files with 126 additions and 18 deletions

View file

@ -1597,6 +1597,17 @@ Ox.sinh = function(x) {
return (Math.exp(x) - Math.exp(-x)) / 2;
};
/*
================================================================================
RegExp functions
================================================================================
*/
Ox.regexp = {
'accents': '¨´`ˆ˜',
'letters': 'a-z¨´`ˆ˜äåáàâãæçëéèèñïíìîöóòôõøœßúùûÿ'
};
/*
================================================================================
String functions