Tom Christiansen wrote:
Patrick wrote:
: > * Almost. E.g. isL would be nice to have as well.
:
: Those exist also:
:
: $ ./perl6
: > say 'abCD34' ~~ / /
: a
: > say 'abCD34' ~~ / /
: 3
: >
They may exist, but I'm not certain it's a good idea to encourage
the Is_XXX approach on *anything
>The 'Is' prefix can be used on any property in 5.12 for which there is
>no naming conflict. The only naming conflicts are certain of the block
>properties, such as Arabic. IsArabic means the Arabic script. InArabic
>means the base Arabic block. Personally, I find Is and In unintuitive,
>an
Patrick wrote:
: > * Almost. E.g. isL would be nice to have as well.
:
: Those exist also:
:
: $ ./perl6
: > say 'abCD34' ~~ / /
: a
: > say 'abCD34' ~~ / /
: 3
: >
They may exist, but I'm not certain it's a good idea to encourage
the Is_XXX approach on *anything* except Script=XXX proper
Patrick wrote at 12:15pm CST on Wednesday, 10 November 2010:
>> Sorry if this is the wrong forum. I was wondering if there was a way to
>> specify unicode
>> categories<http://www.fileformat.info/info/unicode/category/index.htm>in
>> a regular expression (and hence
Even awesomer, thank you again.
On Wed, Nov 10, 2010 at 13:28, Patrick R. Michaud wrote:
> On Wed, Nov 10, 2010 at 01:21:57PM -0500, Chase Albert wrote:
> > That's exactly what I was looking for*. Awesome, thank you.
> >
> > * Almost. E.g. isL would be nice to have as well.
>
> Those exist also:
On Wed, Nov 10, 2010 at 01:21:57PM -0500, Chase Albert wrote:
> That's exactly what I was looking for*. Awesome, thank you.
>
> * Almost. E.g. isL would be nice to have as well.
Those exist also:
$ ./perl6
> say 'abCD34' ~~ / /
a
> say 'abCD34' ~~ / /
3
>
Pm
That's exactly what I was looking for*. Awesome, thank you.
~Cheers
* Almost. E.g. isL would be nice to have as well.
On Wed, Nov 10, 2010 at 13:15, Patrick R. Michaud wrote:
> "Unicode
> properties are always available with a prefix"
>
On Wed, Nov 10, 2010 at 01:03:26PM -0500, Chase Albert wrote:
> Sorry if this is the wrong forum. I was wondering if there was a way to
> specify unicode
> categories<http://www.fileformat.info/info/unicode/category/index.htm>in
> a regular expression (and hence a grammar), or
Sorry if this is the wrong forum. I was wondering if there was a way to
specify unicode
categories<http://www.fileformat.info/info/unicode/category/index.htm>in
a regular expression (and hence a grammar), or if there would be any
consideration for adding support for that (requiring some k