Welcome to the OzoneAsylum FaqWiki |
What does the error 'Unknown modifier' mean? |
---|
It basically means that you have something in your regualr expression which is causing problems. You might need to escape some slashes or if you are matching URLs in your expression: code: /(domain.com/folder/)/
code: #(domain.com/folder/)#
|