Handbook
Glossary
end/start ( string regexp -- end start )
Vocabulary
regexp
.
private
Inputs
string
an
object
regexp
an
object
Outputs
end
an
object
start
an
object
Definition
IN:
regexp.private
GENERIC:
end/start
( string regexp -- end start )
Methods
USING:
kernel
regexp
regexp.private
sequences
;
M:
regexp
end/start
drop
length
0
;
USING:
kernel
math
regexp
regexp.private
sequences
;
M:
reverse-regexp
end/start
drop
length
1
-
-1
swap
;