mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Explain regexp, closes #2197
This commit is contained in:
parent
2c0e409929
commit
62e9ea6b71
@ -121,6 +121,10 @@ other_anchor: *anchor_name
|
|||||||
base: &base
|
base: &base
|
||||||
name: Everyone has same name
|
name: Everyone has same name
|
||||||
|
|
||||||
|
# The regexp << is called Merge Key Language-Independent Type. It is is used to
|
||||||
|
# indicate that all the keys of one or more specified maps should be inserted
|
||||||
|
# into the current map.
|
||||||
|
|
||||||
foo: &foo
|
foo: &foo
|
||||||
<<: *base
|
<<: *base
|
||||||
age: 10
|
age: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user