It is currently March 28th, 2024, 5:43 pm

Help with WebParser

Get help with creating, editing & fixing problems with skins
User avatar
Yincognito
Rainmeter Sage
Posts: 7025
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help with WebParser

Post 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.
Post Reply