Displaying 7 results from an estimated 7 matches for "z280".
Did you mean:
1280
2016 Sep 21
2
error handling in strcapture
...ns without matches would be
shown as matches at position 0 with length 0. Hence either the
pattern is compatible with the prototype or it isn't, it does not depend
on the text input. E.g.,
> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12", "Z280"))
[[1]]
[1] 1 1 1 0
attr(,"match.length")
[1] 6 6 6 0
attr(,"useBytes")
[1] TRUE
[[2]]
[1] 1 1 0 1
attr(,"match.length")
[1] 2 2 0 2
attr(,"useBytes")
[1] TRUE
[[3]]
[1] -1
attr(,"match.length")
[1] -1
attr(,"useBytes")
[1] TRUE
S...
2016 Sep 21
2
error handling in strcapture
...atches at position 0 with length 0. Hence either the
> > pattern is compatible with the prototype or it isn't, it does not depend
> > on the text input. E.g.,
> >
> >> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12", "Z280"))
> > [[1]]
> > [1] 1 1 1 0
> > attr(,"match.length")
> > [1] 6 6 6 0
> > attr(,"useBytes")
> > [1] TRUE
> >
> > [[2]]
> > [1] 1 1 0 1
> > attr(,"match.length")
> > [1] 2 2 0 2
> > attr(,&quo...
2016 Oct 04
2
error handling in strcapture
...her the
> >> > pattern is compatible with the prototype or it isn't, it does not
> depend
> >> > on the text input. E.g.,
> >> >
> >> >> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12",
> "Z280"))
> >> > [[1]]
> >> > [1] 1 1 1 0
> >> > attr(,"match.length")
> >> > [1] 6 6 6 0
> >> > attr(,"useBytes")
> >> > [1] TRUE
> >> >
> >> > [[2]]
> >> > [1] 1 1 0 1
>...
2016 Oct 04
1
error handling in strcapture
...'t, it does not
> >> >> > depend
> >> >> > on the text input. E.g.,
> >> >> >
> >> >> >> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12",
> >> >> >> "Z280"))
> >> >> > [[1]]
> >> >> > [1] 1 1 1 0
> >> >> > attr(,"match.length")
> >> >> > [1] 6 6 6 0
> >> >> > attr(,"useBytes")
> >> >> > [1] TRUE
> >> >> &...
2016 Sep 21
0
error handling in strcapture
...d be
> shown as matches at position 0 with length 0. Hence either the
> pattern is compatible with the prototype or it isn't, it does not depend
> on the text input. E.g.,
>
>> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12", "Z280"))
> [[1]]
> [1] 1 1 1 0
> attr(,"match.length")
> [1] 6 6 6 0
> attr(,"useBytes")
> [1] TRUE
>
> [[2]]
> [1] 1 1 0 1
> attr(,"match.length")
> [1] 2 2 0 2
> attr(,"useBytes")
> [1] TRUE
>
> [[3]]
> [1] -1...
2016 Sep 21
0
error handling in strcapture
...on 0 with length 0. Hence either the
>> > pattern is compatible with the prototype or it isn't, it does not depend
>> > on the text input. E.g.,
>> >
>> >> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12", "Z280"))
>> > [[1]]
>> > [1] 1 1 1 0
>> > attr(,"match.length")
>> > [1] 6 6 6 0
>> > attr(,"useBytes")
>> > [1] TRUE
>> >
>> > [[2]]
>> > [1] 1 1 0 1
>> > attr(,"match.length")
&g...
2016 Oct 04
0
error handling in strcapture
...h the prototype or it isn't, it does not
>> >> > depend
>> >> > on the text input. E.g.,
>> >> >
>> >> >> regexec("^(([[:alpha:]]+)|([[:digit:]]+))$", c("Twelve", "12",
>> >> >> "Z280"))
>> >> > [[1]]
>> >> > [1] 1 1 1 0
>> >> > attr(,"match.length")
>> >> > [1] 6 6 6 0
>> >> > attr(,"useBytes")
>> >> > [1] TRUE
>> >> >
>> >> > [[2]]
&g...