[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Can someone convert this POSIX regex to a Lua regex?
- From: Linus Sjögren <thelinx@...>
- Date: Tue, 20 Oct 2009 20:41:36 +0200
Here's the regex in question:
'^(?:(?:ceil|abs|floor|mod|exp|log|pow|sqrt|acos|asin|atan|cos|sin|tan|deg|rad|random)\\(|pi|\\(|\\)|-|\\+|\\*|/|\\d|\\.|\\^|\\x2C| )+$'
Thanks in advance...