Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:i regexp modifier does not ignore case of character classes #2092

Closed
p6rt opened this issue Aug 24, 2010 · 5 comments
Closed

:i regexp modifier does not ignore case of character classes #2092

p6rt opened this issue Aug 24, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Aug 24, 2010

Migrated from rt.perl.org#77410 (status was 'resolved')

Searchable as RT77410$

@p6rt
Copy link
Author

p6rt commented Aug 24, 2010

From @bbkr

# this one is False on Rakudo
$ perl6 -e 'say "me" ~~ m​:i/<[M]>/'

[13​:56] <moritz_> bbkr​: I guess they should be case ignoran too

# comparing to P5ism
$ perl -e 'print "me" =~ /[M]/i'
1

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

From @bbkr

2011.11 - still broken

perl6 -e 'say "me" ~~ m​:i/<[M]>/'
#<failed match>

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 3, 2013

From @FROGGS

Patch​: Raku/nqp@110a95d3e1

Test​: Raku/roast@add5509c8f

@p6rt
Copy link
Author

p6rt commented Mar 3, 2013

@FROGGS - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant