Search Results
9 functions found:
1. | decodeURI ( _encodedString ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Decode an encoded string. Japanese and emoji are also supported. | |
2. | encodeURI ( _url ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
It's a custom function with the same purpose as javascript's encodeURI function. | |
3. | generatePassword ( _length ; _lowerLength ; _upperLength ; _numberLength ; _charLength ) |
Average rating: 5.0 | |
Teruhiro Komaki, frudens Inc. | |
Generate a password. | |
4. | getFunctionJson |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
A function that returns a Get function other than | |
5. | jsonListAllKeys ( _json ; _key ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Get a list of all keys under the argument key from json. | |
6. | ParseUrl ( _url ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Parse the URL and return the result as JSON. | |
7. | randomSort ( _string ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Sorts strings randomly. | |
8. | randomString ( _string ; _length ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Returns a random string from among the argument strings. | |
9. | sortEncodeQueryString ( _queryString ) |
Average rating: 0.0 | |
Teruhiro Komaki, frudens Inc. | |
Sort and encode the QueryString like "CanonicalQueryString" in Signature Version 4 of aws. | |