Function reference
Main API
Functions to help you process text
| text_find | A module that reads a text file to locate the first occurrence of ‘keyword’ in text |
| text_lower | A module that reads a UTF-8 text file, converts all uppercase characters to lowercase, |
| text_remove | A module that provides functionality to remove a specified word from a text file. |
| text_replace | A module that reads a text file, replaces all instances of a string |