This website requires JavaScript.
Explore
Help
Register
Sign In
open-autonomous-connection
/
luaj
Watch
1
Star
0
Fork
0
You've already forked luaj
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
bd6dd58a2de9e803d7d08051ae3d8369ac1827f9
luaj
/
src
/
test
/
res
/
strlib.luac
8 lines
982 B
Plaintext
Raw
Normal View
History
Unescape
Escape
String related improvements: (1) Fix string.char and string.byte (argument indexing was off by one) (2) Implement string.find (3) Change calls to charAt, which does array bounds checking, in the pattern matcher with calls to luaByte, which does not. (4) Replace use of recursion with while/continue in pattern matcher.
2007-09-18 05:17:09 +00:00
LuaQ