Personal website Rudolf Adamkovič

Home / Lua


Pattern

A regexp-like1 string used by the Lua functions

  • string.find
  • string.match
  • string.gmatch
  • string.gsub

defined as

7447b9ac-a872-4cfa-a43d-98c92ad59299.svg
where ^ matches the beginning of the string,
  $ matches the end of the string, and
  RECURSIVE-ITEM is the recursive item.

Footnotes:

1

Due to its small size, Lua does not use POSIX regular expressions.


© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.