I am not a computer programmer, but want to create a language for mysel;f as part of a bundle. I have made some progress, but there's a code being used here and I can't figure out what it means.
I am referring to what comes after the word match, i.e.
match = '[_]([^\_ ]|\.| .[^\])*[_]'; match = '^[^\t].*((.|-|?|:|;|,)\s*)'; or match = '//\s*.*$';
Is there a website somewhere that might help me to decode this?
Thanks.