[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: no substring match?
- From: Josh Haberman <jhaberman@...>
- Date: Wed, 2 May 2012 15:36:23 -0700
Lua appears to have no literal substring match (find, match, and gmatch all take patterns), and also no function for quoting a string into a pattern that will match that precise string. So there seems to be no way (short of implementing your own pattern quoting) to do a literal substring match in Lua. Am I missing something?
Thanks,
Josh