Page 2 of 2

Re: Help with WebParser

Posted: April 21st, 2021, 9:48 am
by Yincognito
MaestroSky wrote: April 21st, 2021, 9:35 am Please tell me another such moment!
The resulting value in [MeasureGMCompetitor] can be different, for example: 125846 or 45876 they can have a different number of characters. How is it possible to extract only the last 3 characters?
Add (or modify appropriately) something like:

Code: Select all

RegExpSubstitute=1
Substitute="^.*(.{3})$":"\1","^\\1$":""
to your (existing?) Substitute in that measure.