According to http://gambaswiki.org/wiki/doc/pcre , using "*?" in a regular expression should lazily match 0 or more characters.
However, it appears to act greedily.
I am trying to do some very simple HTML tag stripping with 'Regex.Replace(sText, "<.*?>", "")', and it takes out way more than
jus
On 04/23/2017 03:59 PM, Leon Davis wrote:
>
> 1. How do I have my program register itself with the OS?
That depends on the Desktop Environment you use. Here is a link for KDE:
http://gambaswiki.org/wiki/howto/autorun
> 2. I want to create transitions between images i.e., fades, wipes, blinds
> i
I've programmed in Microsoft VB since v3.0 and am now using gambas v3.9.2.
When I initially created the project I selected "Graphical application".I
am creating a image display app and have two quick questions please:
1. How do I have my program register itself with the OS?
2. I want to create tr