mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Rename internal regex functions (#1446)
This commit is contained in:
parent
b5dbd7a751
commit
1ae670fd4a
14 changed files with 395 additions and 258 deletions
|
|
@ -199,18 +199,19 @@ MILLER(1) MILLER(1)
|
|||
is_numeric is_present is_string joink joinkv joinv json_parse json_stringify
|
||||
kurtosis latin1_to_utf8 leafcount leftpad length localtime2gmt localtime2nsec
|
||||
localtime2sec log log10 log1p logifit lstrip madd mapdiff mapexcept mapselect
|
||||
mapsum max maxlen md5 mean meaneb median mexp min minlen mmul mode msub
|
||||
nsec2gmt nsec2gmtdate nsec2localdate nsec2localtime null_count os percentile
|
||||
percentiles pow qnorm reduce regextract regextract_or_else rightpad round
|
||||
roundm rstrip sec2dhms sec2gmt sec2gmtdate sec2hms sec2localdate sec2localtime
|
||||
select sgn sha1 sha256 sha512 sin sinh skewness sort sort_collection splita
|
||||
splitax splitkv splitkvx splitnv splitnvx sqrt ssub stddev strfntime
|
||||
strfntime_local strftime strftime_local string strip strlen strpntime
|
||||
strpntime_local strptime strptime_local sub substr substr0 substr1 sum sum2
|
||||
sum3 sum4 sysntime system systime systimeint tan tanh tolower toupper truncate
|
||||
typeof unflatten unformat unformatx upntime uptime urand urand32 urandelement
|
||||
urandint urandrange utf8_to_latin1 variance version ! != !=~ % & && * ** + - .
|
||||
.* .+ .- ./ / // < << <= <=> == =~ > >= >> >>> ?: ?? ??? ^ ^^ | || ~
|
||||
mapsum match matchx max maxlen md5 mean meaneb median mexp min minlen mmul
|
||||
mode msub nsec2gmt nsec2gmtdate nsec2localdate nsec2localtime null_count os
|
||||
percentile percentiles pow qnorm reduce regextract regextract_or_else rightpad
|
||||
round roundm rstrip sec2dhms sec2gmt sec2gmtdate sec2hms sec2localdate
|
||||
sec2localtime select sgn sha1 sha256 sha512 sin sinh skewness sort
|
||||
sort_collection splita splitax splitkv splitkvx splitnv splitnvx sqrt ssub
|
||||
stddev strfntime strfntime_local strftime strftime_local string strip strlen
|
||||
strpntime strpntime_local strptime strptime_local sub substr substr0 substr1
|
||||
sum sum2 sum3 sum4 sysntime system systime systimeint tan tanh tolower toupper
|
||||
truncate typeof unflatten unformat unformatx upntime uptime urand urand32
|
||||
urandelement urandint urandrange utf8_to_latin1 variance version ! != !=~ % &
|
||||
&& * ** + - . .* .+ .- ./ / // < << <= <=> == =~ > >= >> >>> ?: ?? ??? ^ ^^ |
|
||||
|| ~
|
||||
|
||||
1mCOMMENTS-IN-DATA FLAGS0m
|
||||
Miller lets you put comments in your data, such as
|
||||
|
|
@ -2629,6 +2630,16 @@ MILLER(1) MILLER(1)
|
|||
1mmapsum0m
|
||||
(class=collections #args=variadic) With 0 args, returns empty map. With >= 1 arg, returns a map with key-value pairs from all arguments. Rightmost collisions win, e.g. 'mapsum({1:2,3:4},{1:5})' is '{1:5,3:4}'.
|
||||
|
||||
1mmatch0m
|
||||
(class=string #args=2) TODO: WRITE ME
|
||||
Example:
|
||||
TODO: WRITE ME
|
||||
|
||||
1mmatchx0m
|
||||
(class=string #args=2) TODO: WRITE ME
|
||||
Example:
|
||||
TODO: WRITE ME
|
||||
|
||||
1mmax0m
|
||||
(class=math #args=variadic) Max of n numbers; null loses. The min and max functions also recurse into arrays and maps, so they can be used to get min/max stats on array/map values.
|
||||
|
||||
|
|
@ -3628,4 +3639,4 @@ MILLER(1) MILLER(1)
|
|||
|
||||
|
||||
|
||||
2023-12-13 MILLER(1)
|
||||
2023-12-16 MILLER(1)
|
||||
|
|
|
|||
51
man/mlr.1
51
man/mlr.1
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2023-12-13
|
||||
.\" Date: 2023-12-16
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2023-12-13" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2023-12-16" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -246,18 +246,19 @@ is_nonempty_map is_not_array is_not_empty is_not_map is_not_null is_null
|
|||
is_numeric is_present is_string joink joinkv joinv json_parse json_stringify
|
||||
kurtosis latin1_to_utf8 leafcount leftpad length localtime2gmt localtime2nsec
|
||||
localtime2sec log log10 log1p logifit lstrip madd mapdiff mapexcept mapselect
|
||||
mapsum max maxlen md5 mean meaneb median mexp min minlen mmul mode msub
|
||||
nsec2gmt nsec2gmtdate nsec2localdate nsec2localtime null_count os percentile
|
||||
percentiles pow qnorm reduce regextract regextract_or_else rightpad round
|
||||
roundm rstrip sec2dhms sec2gmt sec2gmtdate sec2hms sec2localdate sec2localtime
|
||||
select sgn sha1 sha256 sha512 sin sinh skewness sort sort_collection splita
|
||||
splitax splitkv splitkvx splitnv splitnvx sqrt ssub stddev strfntime
|
||||
strfntime_local strftime strftime_local string strip strlen strpntime
|
||||
strpntime_local strptime strptime_local sub substr substr0 substr1 sum sum2
|
||||
sum3 sum4 sysntime system systime systimeint tan tanh tolower toupper truncate
|
||||
typeof unflatten unformat unformatx upntime uptime urand urand32 urandelement
|
||||
urandint urandrange utf8_to_latin1 variance version ! != !=~ % & && * ** + - .
|
||||
\&.* .+ .- ./ / // < << <= <=> == =~ > >= >> >>> ?: ?? ??? ^ ^^ | || ~
|
||||
mapsum match matchx max maxlen md5 mean meaneb median mexp min minlen mmul
|
||||
mode msub nsec2gmt nsec2gmtdate nsec2localdate nsec2localtime null_count os
|
||||
percentile percentiles pow qnorm reduce regextract regextract_or_else rightpad
|
||||
round roundm rstrip sec2dhms sec2gmt sec2gmtdate sec2hms sec2localdate
|
||||
sec2localtime select sgn sha1 sha256 sha512 sin sinh skewness sort
|
||||
sort_collection splita splitax splitkv splitkvx splitnv splitnvx sqrt ssub
|
||||
stddev strfntime strfntime_local strftime strftime_local string strip strlen
|
||||
strpntime strpntime_local strptime strptime_local sub substr substr0 substr1
|
||||
sum sum2 sum3 sum4 sysntime system systime systimeint tan tanh tolower toupper
|
||||
truncate typeof unflatten unformat unformatx upntime uptime urand urand32
|
||||
urandelement urandint urandrange utf8_to_latin1 variance version ! != !=~ % &
|
||||
&& * ** + - . .* .+ .- ./ / // < << <= <=> == =~ > >= >> >>> ?: ?? ??? ^ ^^ |
|
||||
|| ~
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -3938,6 +3939,28 @@ localtime2sec("2001-02-03 04:05:06", "Asia/Istanbul") = 981165906"
|
|||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "match"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
.\}
|
||||
.nf
|
||||
(class=string #args=2) TODO: WRITE ME
|
||||
Example:
|
||||
TODO: WRITE ME
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "matchx"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
.\}
|
||||
.nf
|
||||
(class=string #args=2) TODO: WRITE ME
|
||||
Example:
|
||||
TODO: WRITE ME
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "max"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue