Re: [Pharo-dev] Out of ideas...

2016-08-09 Thread Casimiro - GMAIL
Em 08-08-2016 19:25, Bernardo Ezequiel Contreras escreveu: > Hi, > > have you try with (World>>Help>>Help Browser>>Regular Expressions > Framework>>Usage) > > SUBEXPRESSION MATCHES > > After a successful match attempt, you can query the specifics of which > part of the original string has matche

[Pharo-dev] Out of ideas...

2016-08-08 Thread Casimiro - GMAIL
If someone can help me... I'm dealing with the following situation: I may have a string in which matches of the following regex: '[\s.;\:!?]*#\w+' may happen (multiple times). I want to replace the #\w+ part of it by nothing but keep the [\s.;\:!?]* but it seems to be no easy way using copyW

[Pharo-dev] Regular expression to match URIs

2016-07-29 Thread Casimiro - GMAIL
If someone is in need to parse URIs, then the following regex handle it: | regStr regex | regStr := '((([a-z]\w+\:)', "Match URL protocol and colon" '(/|//|///|[A-Za-z0-9%]))', "Match 1-3 slashes or single letter or digit or %" '|'

Re: [Pharo-dev] Java Future

2015-11-25 Thread Casimiro - GMAIL
Em 25-11-2015 17:21, Nicolas Anquetil escreveu: > > > On 25/11/2015 19:55, Jimmie Houchin wrote: >> Much truth in what you say. However, what Oracle choose to invest its >> money, time, personnel resource into Java does affect its present and >> future. It has a great affect. But it isn't the whole