Ask a Question related to Ruby, Design and Development.
-
mark #1
Perl 6 style regular expressions
I was wondering if anyone has done any work on implementing Perl 6 style
regular expressions.
Looking at the design docs at
[url]http://www.perl.com/pub/a/2002/06/04/apo5.html[/url] it looks like they've got
some useful features.
At the very least it'd probably make an interesting project.
Best Regards
Mark Sparshatt
mark Guest
-
Regular Expressions help...
Using regular expressions, I want to negate an entire word instead of characters, for example this would match any word that doesn't have the... -
RE : RE : RE : RE : Regular expressions
Here is a sample of what your piece of code returns on my Aix box. 44520 -> /prog/gena/8.1.1/bin/dispatch 44650 -> reproject 45176 -> aioserver... -
RE : Regular expressions
Actually, I have to test two conditions to get into a block, If the strings found are either "one two" or "two three", go ahead. if ($text =~... -
Help with regular expressions.
Apples and Oranges: I think your format string is wrong, try: {0:d} "Pablo Pecora" <pablo.pecora@itau.com.ar> wrote in message... -
help with regular expressions
Hello, just getting grips with Perl and RE, but need your help. I am trying to open a file, print its contents to a textbox, but extract... -
Nikolai Weibull #2
Re: Perl 6 style regular expressions
* mark <msparshatt@yahoo.co.uk> [Oct, 10 2003 18:00]:
Not that I know of, more than the one for Perl6 perhaps ;-)> I was wondering if anyone has done any work on implementing Perl 6 style
> regular expressions.
If anyone is, I'd also like to knowI'm planning to do something similar to this.> At the very least it'd probably make an interesting project.
It seems very useful,
nikolai
--
::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden :::
::: page: [url]www.pcppopper.org[/url] :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull Guest
-
Austin Ziegler #3
Re: Perl 6 style regular expressions
On Sat, 11 Oct 2003 02:13:00 +0900, Nikolai Weibull wrote:
> * mark <msparshatt@yahoo.co.uk> [Oct, 10 2003 18:00]:> Not that I know of, more than the one for Perl6 perhaps ;-) If anyone is,>> I was wondering if anyone has done any work on implementing Perl 6
>> style regular expressions.
> I'd also like to knowI've been reading the apocalypse and exegesis on this, and it mostly seems> I'm planning to do something similar to this.>> At the very least it'd probably make an interesting project.
> It seems very useful,
like good ideas, and might not be a bad thing to support as an extension in
Ruby (although I wouldn't call them REs, per Damion's exegesis).
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.10.10
* 15.04.21
Austin Ziegler Guest
-
Dan Sugalski #4
Re: Perl 6 style regular expressions
On Sat, 11 Oct 2003, Austin Ziegler wrote:
That'd be "Damian". :)> I've been reading the apocalypse and exegesis on this, and it mostly seems
> like good ideas, and might not be a bad thing to support as an extension in
> Ruby (although I wouldn't call them REs, per Damion's exegesis).
Dan
Dan Sugalski Guest
-
Jason Williams #5
Re: Perl 6 style regular expressions
In article <2003101015841.848405@PADD>, Austin Ziegler wrote:
I agree; maybe something like "match pattern" or "pattern match".> I've been reading the apocalypse and exegesis on this, and it mostly seems
> like good ideas, and might not be a bad thing to support as an extension in
> Ruby (although I wouldn't call them REs, per Damion's exegesis).
Jason Williams Guest
-
Austin Ziegler #6
Re: Perl 6 style regular expressions
On Sat, 11 Oct 2003 04:32:53 +0900, Dan Sugalski wrote:
Well, so it would. :)> On Sat, 11 Oct 2003, Austin Ziegler wrote:> That'd be "Damian". :)>> I've been reading the apocalypse and exegesis on this, and it mostly
>> seems like good ideas, and might not be a bad thing to support as an
>> extension in Ruby (although I wouldn't call them REs, per Damion's
>> exegesis).
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.10.10
* 16.01.30
Austin Ziegler Guest
-
Austin Ziegler #7
Re: Perl 6 style regular expressions
On Sat, 11 Oct 2003 02:13:00 +0900, Nikolai Weibull wrote:
> * mark <msparshatt@yahoo.co.uk> [Oct, 10 2003 18:00]:> Not that I know of, more than the one for Perl6 perhaps ;-) If anyone is,>> I was wondering if anyone has done any work on implementing Perl 6
>> style regular expressions.
> I'd also like to knowI've been reading the apocalypse and exegesis on this, and it mostly seems> I'm planning to do something similar to this.>> At the very least it'd probably make an interesting project.
> It seems very useful,
like good ideas, and might not be a bad thing to support as an extension in
Ruby (although I wouldn't call them REs, per Damion's exegesis).
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.10.10
* 15.04.21
Austin Ziegler Guest



Reply With Quote

