Re-tag string snippets
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: cloneRegExp
|
title: cloneRegExp
|
||||||
tags: type,string,regexp,intermediate
|
tags: type,regexp,intermediate
|
||||||
---
|
---
|
||||||
|
|
||||||
Clones a regular expression.
|
Clones a regular expression.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: longestItem
|
title: longestItem
|
||||||
tags: array,string,intermediate
|
tags: array,intermediate
|
||||||
---
|
---
|
||||||
|
|
||||||
Takes any number of iterable objects or objects with a `length` property and returns the longest one.
|
Takes any number of iterable objects or objects with a `length` property and returns the longest one.
|
||||||
|
|||||||
Reference in New Issue
Block a user