Help:Lua debugging: Difference between revisions

Content deleted Content added
Off-wiki tools: add section "Exasperating bugs"
RegEx: {{See also}}
Line 120:
 
=== 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 includes [https://gitspartv.github.io/lua-patterns/ Lua patterns].