Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created January 13, 2023 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeGlines/df15150ee7f0dc79d9152929ee9cd53c to your computer and use it in GitHub Desktop.
Save JoeGlines/df15150ee7f0dc79d9152929ee9cd53c to your computer and use it in GitHub Desktop.
var = 0: "Admission"1: "Student Details"2: "Alumini Details"3: "Print Student Details"
f := 1
while f
{
f := RegExMatch(var, x := "[" chr(34) "](\w+)[" chr(34) "]", $, f+1)
msgbox, % $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment