1
VoxCommando Basics and Core Features / Re: OSD.ShowText will not show results from Regex
« on: February 22, 2016, 12:37:11 PM »
The brackets are fine and make sense. The issue is that \d{1,2}:\d{2}am returns a result, works in the RgX tool, but when I want to display the results in OSD I just get a black box.
(\d{1,2}:\d{2}am) (the expression with parenthesis around it) returns two results (one in {Match.1} and on in Match.1.1), but OSD displays the proper results.
I am more than happy using the parenthesis. it is an easy work around, and give the results we need.
thanks,
Paul
(\d{1,2}:\d{2}am) (the expression with parenthesis around it) returns two results (one in {Match.1} and on in Match.1.1), but OSD displays the proper results.
I am more than happy using the parenthesis. it is an easy work around, and give the results we need.
thanks,
Paul