It is currently April 19th, 2024, 8:49 pm

Formatting in Tips & Tricks - WebParser: Using StringIndex2

Discussions about the documentation, main Rainmeter site and forums.
User avatar
Mordasius
Posts: 1171
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Formatting in Tips & Tricks - WebParser: Using StringIndex2

Post by Mordasius »

There seem to be some formatting glitches in the WebParser: Using StringIndex2 section of the manual.

I think what is shown as:

First, we set a variable that simply gets everything in between <item> and </item> from the site.
``` ini [Variables] Item=.*(.*) ```

should be more like:

First, we set a variable that simply gets everything in between <item> and </item> from the site.

Code: Select all

[Variables]
Item=.*(.*) 
etc., etc.
User avatar
Brian
Developer
Posts: 2679
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Formatting in Tips & Tricks - WebParser: Using StringInd

Post by Brian »

Should be fixed now. Thanks for catching that.

We have been converting our docs to another system (for better use on our local systems) and we missed that page.

-Brian