![]() | Fun 0.41.5 The programming language that makes You have fun |

Files | |
| find.c | |
| Implements the OP_FIND opcode for finding substrings in the VM. | |
| regex_match.c | |
| VM opcode snippet for OP_REGEX_MATCH (POSIX full-match). | |
| regex_replace.c | |
| VM opcode snippet for OP_REGEX_REPLACE (POSIX global replace). | |
| regex_search.c | |
| VM opcode snippet for OP_REGEX_SEARCH (POSIX first-match search). | |
| split.c | |
| Implements the OP_SPLIT opcode for splitting strings in the VM. | |
| substr.c | |
| Implements the OP_SUBSTR opcode for extracting substrings in the VM. | |