Skip to content

Instantly share code, notes, and snippets.

@dusan-tkac
Created September 24, 2015 02:34
Show Gist options
  • Save dusan-tkac/5d5b44d720ab817de6ee to your computer and use it in GitHub Desktop.
Save dusan-tkac/5d5b44d720ab817de6ee to your computer and use it in GitHub Desktop.
Regex to match array indexes which are not valid integers
(?<=\[)([\w\s]*)([a-zA-Z\s]+)([\w\s]*)(?=\])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment