Skip to content

Instantly share code, notes, and snippets.

@n1crack
Created December 17, 2019 18:49
Show Gist options
  • Save n1crack/8156d9144b4fa0ecf10a96cf1ffd1538 to your computer and use it in GitHub Desktop.
Save n1crack/8156d9144b4fa0ecf10a96cf1ffd1538 to your computer and use it in GitHub Desktop.
orderby
(?P<orderby>order\s+by)\s+(\w+\.)?(?P<column>[\.|\w]+)\s*(?P<dir>asc|desc)\s*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment