Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PCRE 0.17 KB | None | 0 0
  1. (?<DOUBLE>\d*\.\d+)
  2. |(?<INT>\d+)
  3. |(?<PLUS>\+)
  4. |(?<MINUS>\-)
  5. |(?<MULTIPLY>\*)
  6. |(?<DIVIDE>\/)
  7. |(?<OPEN_BRACKET>\()
  8. |(?<CLOSE_BRACKET>\))
  9. |(?<SKIP>\s+)
  10. |(?<EXCEPTION>.+)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement