On Tue, Jul 3, 2018 at 11:55 AM, Michael Van Canneyt
wrote:
>
>> Thanks.
>> But, is uregexp part of FPC?
>
>
> Not yet, but I intend to make it so.
All right! Thanks.
Marcos Douglas
PS. Please, don't forget the XPath Unicode implementation too.
We have talked about it months ago... but I can im
On Tue, 3 Jul 2018, Marcos Douglas B. Santos wrote:
On Tue, Jul 3, 2018 at 10:26 AM, Michael Van Canneyt
wrote:
On Tue, 3 Jul 2018, Marcos Douglas B. Santos wrote:
On Tue, Jul 3, 2018 at 7:50 AM, Michael Van Canneyt
wrote:
On Tue, 3 Jul 2018, Marco van de Voort wrote:
Trivial indeed,
On Tue, Jul 3, 2018 at 10:26 AM, Michael Van Canneyt
wrote:
>
>
> On Tue, 3 Jul 2018, Marcos Douglas B. Santos wrote:
>
>> On Tue, Jul 3, 2018 at 7:50 AM, Michael Van Canneyt
>> wrote:
>>>
>>>
>>> On Tue, 3 Jul 2018, Marco van de Voort wrote:
>>> Trivial indeed, till you need more fine-grained co
On Tue, 3 Jul 2018, Marcos Douglas B. Santos wrote:
On Tue, Jul 3, 2018 at 7:50 AM, Michael Van Canneyt
wrote:
On Tue, 3 Jul 2018, Marco van de Voort wrote:
Trivial indeed, till you need more fine-grained control.
e.g. C needs to be an array of chars that mark word boundaries etc.
But I ma
On Tue, Jul 3, 2018 at 7:50 AM, Michael Van Canneyt
wrote:
>
> On Tue, 3 Jul 2018, Marco van de Voort wrote:
> Trivial indeed, till you need more fine-grained control.
> e.g. C needs to be an array of chars that mark word boundaries etc.
>
> But I managed to solve the problem with regexps...
How?
On Tue, 3 Jul 2018, Marco van de Voort wrote:
In our previous episode, Michael Van Canneyt said:
> In our previous episode, Michael Van Canneyt said:
>>
>> What's the easiest way to split a stream into words ?
>
> Doesn't strutils have some word extraction and count functions?
It does: Wo
In our previous episode, Michael Van Canneyt said:
>
> > In our previous episode, Michael Van Canneyt said:
> >>
> >> What's the easiest way to split a stream into words ?
> >
> > Doesn't strutils have some word extraction and count functions?
>
> It does: WordCount,ExtractWord, but they are ver
On Tue, 3 Jul 2018, Marco van de Voort wrote:
In our previous episode, Michael Van Canneyt said:
What's the easiest way to split a stream into words ?
Doesn't strutils have some word extraction and count functions?
It does: WordCount,ExtractWord, but they are very inefficent.
Michael.
_
In our previous episode, Michael Van Canneyt said:
>
> What's the easiest way to split a stream into words ?
Doesn't strutils have some word extraction and count functions?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepa
On Tue, 3 Jul 2018, Michael Van Canneyt wrote:
Hi,
What's the easiest way to split a stream into words ?
Words are just that: words, but - here is the caveat - they must support
unicode.
So Michael and Michaƫl are both words.
Tried regexpr unit (the obvious choice), but that does not seem
10 matches
Mail list logo