Re: Rego, a Go regular expression editor and tester

1,738 views
Skip to first unread message

Johann Höchtl

unread,
Nov 15, 2012, 7:58:32 AM11/15/12
to golan...@googlegroups.com
Two things:

* Where does your CSS come from? I like the setup and ---
* You probably won't put executables on github. Use a .gitignore or a proper import path and go install, as your heroku .godir suggests.

Loving it!

Am Mittwoch, 14. November 2012 16:25:15 UTC+1 schrieb Steve Domin:
Hi everyone,

I've been experimenting with Go for a while, and find myself working a lot with RegExp.
So I created this small project, called Rego, which is basically an online RegExp editor and tester.
It might not be very useful to you but, anyway, give it a try if you want :)

You can find it here : http://regoio.herokuapp.com/

For those of you who knows Rubular, it's strongly inspired on it.

The sources are here : https://github.com/stevedomin/rego
I've already planned to add some features like sharing and a quickref.
But if you see any other feature missing, tell me, it will be a pleasure to add it.

Have a nice day

tomwilde

unread,
Nov 15, 2012, 9:24:40 AM11/15/12
to golan...@googlegroups.com
The CSS is presumably twitter's Bootstrap "CSS Framework".

<opinion>omgz! there's a framework for everything these days</opinion>

Peter A. Cejchan

unread,
Nov 15, 2012, 10:20:39 AM11/15/12
to golan...@googlegroups.com
Good job, thank you!
Peter

Steve Domin

unread,
Nov 17, 2012, 5:15:34 PM11/17/12
to golan...@googlegroups.com
I'm glad you guys are loving it. I'll try to add a quick ref soon.

Johann, it's the bootstrap "CSS framework" as tomwilde told
You're right I will remove the exec from Github, they've nothing to do here.

Steve Domin

unread,
Nov 25, 2012, 6:11:12 PM11/25/12
to golan...@googlegroups.com
Hi everyone,

Just wanted to let you know that I've updated rego by adding a quickref and some light refinements on the UI. It's not an awesome feature but it can be useful sometimes.
I'll probably release sharing (permalinks) this week.


Hope you had a nice week-end :)

Shivakumar GN

unread,
Nov 26, 2012, 6:31:14 AM11/26/12
to golan...@googlegroups.com
On Mon, Nov 26, 2012 at 4:41 AM, Steve Domin <steve....@gmail.com> wrote:
Hi everyone,

Just wanted to let you know that I've updated rego by adding a quickref and some light refinements on the UI.


Nice. The golang regexp syntax is listed at http://code.google.com/p/re2/wiki/Syntax.
The regexp package doc refer to this link. You may want to check if your table needs an update. A direct link may also be useful.

minux

unread,
Nov 26, 2012, 6:52:43 AM11/26/12
to Shivakumar GN, golan...@googlegroups.com
FYI, it's replicated in package docs for regexp/syntax: http://tip.golang.org/pkg/regexp/syntax/
so when Go 1.1 is released, you don't need to visit RE2 wiki to read the syntax.

Steve Domin

unread,
Nov 27, 2012, 5:08:34 AM11/27/12
to golan...@googlegroups.com
Hi Shivakumar,

I put a direct link below the table. Maybe it's not displaying correctly. What browser are you using ?
I'll check if the table needs an update but it seems good to me.

Thank you minux for the tip, I will change the syntax URL as soon as Go 1.1 is released.

Rui Maciel

unread,
Nov 27, 2012, 5:22:31 AM11/27/12
to golang-nuts
On 14 Nov, 15:25, Steve Domin <steve.dom...@gmail.com> wrote:
> Hi everyone,
>
> I've been experimenting with Go for a while, and find myself working a lot
> with RegExp.
> So I created this small project, called Rego, which is basically an online
> RegExp editor and tester.
> It might not be very useful to you but, anyway, give it a try if you want :)
>
> You can find it here :http://regoio.herokuapp.com/
>
> For those of you who knows Rubular, it's strongly inspired on it.
>
> The sources are here :https://github.com/stevedomin/rego
> I've already planned to add some features like sharing and a quickref.
> But if you see any other feature missing, tell me, it will be a pleasure to
> add it.
>
> Have a nice day

Steve,

The name you've picked for your project is a bit unfortunate. In
portuguese, it means something like "ditch" and "ass crack".I kid you
not.

http://www.priberam.pt/dlpo/dlpo.aspx?pal=rego


Regards,
Rui Maciel

Steve Domin

unread,
Nov 28, 2012, 4:42:45 AM11/28/12
to golan...@googlegroups.com
That's clearly unfortunate yes !
I'll see if I come up with something better, in the mean time I hope there's not so much portuguese on the Go ml.

Guilherme Lino

unread,
Dec 4, 2012, 5:40:24 AM12/4/12
to golan...@googlegroups.com
hehe that was what i was going to say xD
Reply all
Reply to author
Forward
0 new messages