Help:Lua debugging: Difference between revisions

Content deleted Content added
RegEx: {{See also}}
Line 121:
=== RegEx ===
{{See also|mw:Extension:Scribunto/Lua reference manual#Patterns}}
Lua uses a unique flavor of [[Regular expression|regular expressions]] that is not supported by top RegEx tools. One tool that can be used for checking Lua RegEx includesis [https://gitspartv.github.io/lua-patterns/ GitSparTV's Lua patterns].
 
== Support ==