Search Results
8 functions found:
| 1. | CRURLEncoded |
| Joshua Paul, Neo Code | |
| For adding a newline when using openurl script step to send emails using the mailto: url handler protocol | |
| 2. | GetAll |
| Joshua Paul, Neo Code | |
| All 129 Get Function results | |
| 3. | GetAllJSON |
| Joshua Paul, Neo Code | |
| All 129 Get Function results as JSONString | |
| 4. | Interactivater ( _container ) |
| Joshua Paul, Neo Code | |
| Converts the passed container file data into content that can be used with an interactive container FM13+ - replace file icon with preview of pdf | |
| 5. | SortValues2 |
| Joshua Paul, Neo Code | |
| Sorts the values in a list ascending or descending. | |
| 6. | Soundex ( text ) |
| Joshua Paul, Neo Code | |
| MySQL's SOUNDEX() and the US Census Bureau's canonical American Soundex agree on H/W transparency and vowel-separation, but differ on one obscure rule: names where the first letter and second letter share the same code (like "Pfister", P=1/F=1). MySQL drops the F; the canonical spec also drops it — so no divergence there. The main thing to note in documentation is that this function matches MySQL's output, not the original Soundex patent, and non-ASCII characters are stripped silently. | |
| 7. | UTF8toHTMLEntities |
| Joshua Paul, Neo Code | |
| convert utf8 text to html entities | |
| 8. | _FilterLowerUpperASCII ( text ) |
| Joshua Paul, Neo Code | |
| Strip out all lower and upper ASCII chars | |