forked from 0x2620/oxjs
copy & paste
This commit is contained in:
parent
f7b61b9907
commit
bb9f04b7e8
2 changed files with 126 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue