Re-tag string snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 19:50:38 +03:00
parent 8cb9469ff4
commit acdbdd0ccb
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.