Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

String manipulation functions

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
ReverseEngineered
Plugin Author
Posts: 192
Joined: January 18th, 2006, 11:09 pm
Location: Saskatoon, Saskatchewan, Canada

String manipulation functions

Post by ReverseEngineered »

Hey guys,

One thing I would love to see is the availability of some sort of string manipulation functions. The "cut" plugin is a great example of this, being one of the most basic functions available. However, I would love to see more functions, perhaps more advanced ones.

An example of where I would find this useful is in dealing with the RSS plugin. After using the recomended website to find an RSS feed for my local weather forecast, I noticed that it gives an absolute TON of information, much of which I would like to do without. In fact, there are only a few small pieces I want, but because of the format, I can't just use cut (I never know where exactly in the string the numbers I want will be). However, by using some sort of "search" function, like regular expressions in Linux, one would be able to do a lot, especially if the return value from the $rss can be used as a parameter to this $regex function.

As mentioned elsewhere, it would be easy enough for me to code, I just need to learn a bit more about Win32 (bleh) and creating plugins for Smartie.

Anybody already working on something like this? Anybody have any ideas for implementing or extending this?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

If you want to start working on plugin development its quite easy (for your skills) :wink: just use the SDK of your favorite language (is it C++?) and have enough time to write code.
Post Reply