RegExMatch help :) Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
djuga
Posts: 88
Joined: 28 Jul 2019, 08:16

Re: RegExMatch help :)

Post by djuga » 13 May 2021, 10:00

boiler wrote:
13 May 2021, 09:55
djuga wrote: This not
RegExMatch(Text, "^\*+\d+\.\d+\.\d+\*+\v*\K.*?(?=\v+\*+\d+\.\d+\.\d+\*+)", new)
Just put s) in front:

Code: Select all

RegExMatch(Text, "s)^\*+\d+\.\d+\.\d+\*+\v*\K.*?(?=\v+\*+\d+\.\d+\.\d+\*+)", new)
Works perfect
My questions are baffling! :crazy:

Post Reply

Return to “Ask for Help (v1)”