settled on `find()` since the string method of the same name has the same semantics. other options: `str_find()` since it fails on non-string or `match()` (but that might imply that the pattern needs to match the entire string). |
||
|---|---|---|
| .. | ||
| gui | ||
| test_util | ||
| argparse.lua | ||
| gui.lua | ||
| misc.lua | ||
| print.lua | ||
| string.lua | ||
| utils.lua | ||