Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-02 18:35
Flavor·Java

"
(?<![-])--(\[(=*)\[(.|\n)*?\]\1\]\\n|([^-])*\n)
"
gm
Open regex in editor

Description

matches lua comments

Submitted by Fiereu