forgot ^...$ wrappers
svn: r3152
This commit is contained in:
parent
8607cacc08
commit
d16aca9679
|
@ -509,7 +509,7 @@
|
|||
(loop2 (cons c chars) (add1 i)))))))]
|
||||
[else (loop (cons c r) (add1 i))]))
|
||||
(let* ([r (reverse! r)]
|
||||
[r (if hide-dots? (hide-dots r) r)])
|
||||
[r `((#\^) ,@(if hide-dots? (hide-dots r) r) (#\$))])
|
||||
(regexp
|
||||
(list->string
|
||||
(apply append
|
||||
|
|
Loading…
Reference in New Issue
Block a user