Search found 789 matches

by Thierry
Sat Oct 05, 2013 8:16 pm
Forum: Engine Contributors
Topic: Update of RegEx library (libpcre) done
Replies: 10
Views: 9069

Re: Update of RegEx library (libpcre) done

@runrevmark: Ok, done. </snip> I have done some more successful tests with the new library. And last but not the least, Unicode, UTF8 regex, ie: "(*UTF8)(*UCP)\w+\s+\d+" Regards, Thierry Just changed some settings in the config.h for Unicode. How do I proceed as I have already a pull request in the...
by Thierry
Tue Oct 01, 2013 1:06 pm
Forum: Engine Contributors
Topic: Update of RegEx library (libpcre) done
Replies: 10
Views: 9069

Re: Update of RegEx library (libpcre) done

@runrevmark: Ok, done. I have done some more successful tests with the new library. named subpatterns and references to them, ie: "(?<pal>(?<char>\w)(?:\w?|(?&pal))\k{char})" Escape sequence \K to reset the match start, ie: "\w+\K([^\d]+)\d+" And last but not the least, Unicode, UTF8 regex, ie: "(*U...
by Thierry
Mon Sep 30, 2013 11:59 am
Forum: Engine Contributors
Topic: Update of RegEx library (libpcre) done
Replies: 10
Views: 9069

Update of RegEx library (libpcre) done

Hi, I'm happy to announce the successful update of the libpcre library. Please note that I started Git, Github and LC sources from scratch. The main goal of this exercise was to see if I could work on LC sources for a limited time per day (an hour or so). Thanks to Mark Wieder who was always willing...
by Thierry
Sat Jul 20, 2013 10:14 am
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

when you have a line like this : ITEM6,ATK,DFS,SPE,[GOF,30,33,0], 2, [FFG,12,13; PPT, 10, 0]; I m focusing on this part : 2, [FFG,12,13; PPT, 10, 0]. The "2" means that I have two components. And I want to take the second value of each parameter (12 and 10 here). As you're focusing on the 2 last it...
by Thierry
Wed Jul 10, 2013 5:35 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

up ! :) Hi, Glad that you made it! However, I think it could interest few LiveCoders to have a full working code, so here is one.. I worked with some datas; the first 3 lines are fine, others not: ITEM1,10,3,50,ATK,DFS,SPE,[GOF,30,33,0]; ITEM2,10,3,50,ATK,DFS,SPE,[GOF,30,33,0;TTF,21,33,;JDK,10,20,4...
by Thierry
Wed Jul 03, 2013 8:45 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

Ladies and Gentlemen, attention please, this is the moderator speaking! Regexps are like cheese.. You are not allowed to mention "cheese" with postings < 10000! :-D :-D :-D Oups, Sorry Mister Moderator! As I'll be in Cologne in a week or so, I'll bring to you some French baguette, a bottle of red w...
by Thierry
Wed Jul 03, 2013 8:09 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

I told my lines have the format ITEM1,10,3,50,ATK,DFS,SPE,[GOF,30,33,0]; but in fact they are more like ITEM1,10,3,50,ATK,DFS,SPE,[GOF,30,33,0;TTF,21,33,;JDK,10,20,45;...]; and I don't know how much parameters in the "[]" there can be. I only know that they are groups of 4 parameters like "XXX,nb1,...
by Thierry
Wed Jul 03, 2013 7:15 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

mwieder wrote:Thierry-

If you're typing that on your phone or tablet, there's a way to switch *off* the symbol keyboard and back to letters. :-)
Hi Mark,

I'm too old to type some code on a phone :)

Otherwise, the copy-paste key is really powerful in this case :)

Regards,

Thierry
by Thierry
Wed Jul 03, 2013 7:11 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

Salut Thierry, could you stop that nonsense please. Je vais tomber dans les pommes... I always knew that the spam filter of the forum is bad, but I did not think it was that bad. :) :) Comment va la Belle-Hélène? Kind regards Bernd Hallo Bernd, Regexps are like cheese; some like it others not :) Ob...
by Thierry
Wed Jul 03, 2013 5:09 pm
Forum: Talking LiveCode
Topic: Regex expression
Replies: 21
Views: 12817

Re: Regex expression

However, I found my solution : repeat for each line currentLine in File if matchText(currenLine, "(.*?),.*?,.*?,.*?,.*?,.*?,.*?,\[.*?,?.*?,?.*?];$", vITEM) then answer vITEM end if end repeat As you didnt' mentionned how much datas you have, well, forget all about the next if you don't need it :) T...
by Thierry
Tue Jun 11, 2013 8:02 am
Forum: IDE Contributors
Topic: the Application Browser
Replies: 5
Views: 12103

Re: the Application Browser

mwieder wrote:Good question. I like Pete Howarth's lcStackBrowser as well.
+1
by Thierry
Thu May 23, 2013 9:49 am
Forum: Android Deployment
Topic: Euro symbol on Android devices
Replies: 11
Views: 7202

Re: Euro symbol on Android devices

Mhh... the statement don't works set char 1 of fld "Label Field" to imagesource "myEuro" I post the stack Umm, maybe better to check imagesource in the dictionnary which says: Syntax: set the imageSource of character to {imageID |imageName |imageURL |empty} Examples: set the imageSource of char 1 o...
by Thierry
Sun May 19, 2013 8:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Paypal payment button
Replies: 2
Views: 2441

Re: Paypal payment button

Hi, I need help on how to incorporate / integrate the Paypal payment button in Livecode. Thanks for your help. Maybe something like that: constant paypalURL = "https://paypal..." put "X=xxxx&Y=yyyy" into formData post formData to URL paypalURL Replace X, Y with specific paypal datas. HTH, Thierry
by Thierry
Wed Apr 10, 2013 9:36 am
Forum: Off-Topic
Topic: My product page still showing 5.5.0
Replies: 7
Views: 7675

Re: My product page still showing 5.5.0

I've told you it shouldn't be too long.
I just got an email from runrev for LC 6 :)

Regards,

Thierry
by Thierry
Wed Apr 10, 2013 9:29 am
Forum: Off-Topic
Topic: My product page still showing 5.5.0
Replies: 7
Views: 7675

Re: My product page still showing 5.5.0

Marc Van Cauwnberghe wrote:Thank you Thierry,

Strange the website says 'It's Here! It's FREE! Livecode community edition'

OK, I'll be patient.

Marc
https://github.com/runrev/livecode

:)

Thierry

Go to advanced search