Regex needle with spaces and quotes

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
slimpickens
Posts: 9
Joined: 04 Jul 2017, 06:41

Regex needle with spaces and quotes

17 Jul 2017, 13:08

Hi, can I get a little regexMatch help?
How do I pass in a needle like this [ "count": ([^"]*), ] ignoring the square brackets there is a space at the start and end of the needle, plus the quotes to deal with?

Thanks!
slimpickens
Posts: 9
Joined: 04 Jul 2017, 06:41

Re: Regex needle with spaces and quotes

17 Jul 2017, 13:31

Found it.

regEx = \s"count": ([^"]*),\s

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: jjaysreicarnten, Sarhad and 302 guests