You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I'm really interested in this project, and respect it.
I'm trying translating the README.md into Japanese.
While this, I got some questions( might be a fool one) so can I ask some?
(I'm not a native English speaker, I'm still learning English at school. So, I apologize that there might be some rude words/sentences)
1. the meaning of lossless dumping
In Passing arrays, maps and objects as parameters section:
The Variable utility offers lossless dumping of arrays and associative array (referred here to as `maps`) declarations by the use of the `@get` command.
I couldn't get the meaning of lossless dumping.
I googled a lot, but there's no info...
Is it almost the same meaning of 'dumps perfect copy of arrays' ?
2. what's the meaning of 'groups'?
In the README.md, Standard Library section, there's such comments
# lists all matches in group 1:$var:matchGroups every 2 1
but based on my codereading, I couldn't understand what the 'group 1' is.
what I got is "every method choose every $everyth value starting from $startingIndex. and return it as an array"
## group 0, match 1$var:someString match '([0-9]+) [a-zA-Z]+' 0 1
this also confuse me...
Functional/operational chains
is it a word of functional languages?
I'm not sure those are because I don't know other meaning of 'group', or I don't know C#/Java/javaScript languages...
I'm glad if you answer me, thanks.
The text was updated successfully, but these errors were encountered:
hello, I'm really interested in this project, and respect it.
I'm trying translating the README.md into Japanese.
While this, I got some questions( might be a fool one) so can I ask some?
(I'm not a native English speaker, I'm still learning English at school. So, I apologize that there might be some rude words/sentences)
1. the meaning of
lossless dumping
In
Passing arrays, maps and objects as parameters
section:I couldn't get the meaning of
lossless dumping
.I googled a lot, but there's no info...
Is it almost the same meaning of 'dumps perfect copy of arrays' ?
2. what's the meaning of 'groups'?
In the README.md,
Standard Library
section, there's such commentsbut based on my codereading, I couldn't understand what the 'group 1' is.
what I got is "
every
method choose every$every
th value starting from$startingIndex
. and return it as an array"this also confuse me...
Functional/operational chains
is it a word of functional languages?
I'm not sure those are because I don't know other meaning of 'group', or I don't know C#/Java/javaScript languages...
I'm glad if you answer me, thanks.
The text was updated successfully, but these errors were encountered: