Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(196)

Issue 1008041: code review 1008041: regexp: allow escaping of any punctuation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by rsc
Modified:
14 years, 10 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

regexp: allow escaping of any punctuation More in line with other regexp packages and egrep; accommodates overzealous escapers.

Patch Set 1 #

Patch Set 2 : code review 1008041: regexp: allow escaping of any punctuation #

Patch Set 3 : code review 1008041: regexp: allow escaping of any punctuation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M src/pkg/regexp/all_test.go View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/pkg/regexp/regexp.go View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 10 months ago (2010-04-26 08:08:49 UTC) #1
r
LGTM i guess. seems arbitrary.
14 years, 10 months ago (2010-04-26 16:55:20 UTC) #2
rsc
14 years, 10 months ago (2010-04-26 17:00:22 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=c5f72b877526 ***

regexp: allow escaping of any punctuation

More in line with other regexp packages
and egrep; accommodates overzealous escapers.

R=r
CC=golang-dev
http://codereview.appspot.com/1008041
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b