Lines Matching refs:string

1201 Converts all elements in `array` into a string separated by `separator`.
1208 2. `[separator=',']` *(string)*: The element separator.
1211 *(string)*: Returns the joined string.
2912 Checks if `value` is in `collection`. If `collection` is a string, it's
2922 1. `collection` *(Array|Object|string)*: The collection to inspect.
2962 2. `path` *(Array|Function|string)*: The path of the method to invoke or the function invoked per i…
3089 2. `[iteratees=[_.identity]]` *(Array[]|Function[]|Object[]|string[&#93…
3090 3. `[orders]` *(string[])*: The sort orders of `iteratees`.
3371 values or the number of own enumerable string keyed properties for objects.
3377 1. `collection` *(Array|Object|string)*: The collection to inspect.
3679 2. `key` *(string)*: The key of the method.
5067 Objects are considered empty if they have no own enumerable string keyed
5864 *(boolean)*: Returns `true` if `value` is a string, else `false`.
6266 Converts `value` to a plain object flattening inherited enumerable string
6336 Converts `value` to a string. An empty string is returned for `null`
6346 *(string)*: Returns the converted string.
6951 Assigns own enumerable string keyed properties of source objects to the
7126 2. `[paths]` *(...(string|string[]))*: The property paths to pick.
7148 `properties` object is given, its own enumerable string keyed properties
7192 Assigns own and inherited enumerable string keyed properties of source
7344 Iterates over own and inherited enumerable string keyed properties of an
7418 Iterates over own enumerable string keyed properties of an object and
7566 2. `path` *(Array|string)*: The path of the property to get.
7601 2. `path` *(Array|string)*: The path to check.
7639 2. `path` *(Array|string)*: The path to check.
7742 2. `path` *(Array|string)*: The path of the method to invoke.
7841 string keyed property of `object` thru `iteratee`. The iteratee is invoked
7871 by running each own enumerable string keyed property of `object` thru
7909 inherited enumerable string keyed properties of source objects into the
8005 2. `[paths]` *(...(string|string[]))*: The property paths to omit.
8027 the own and inherited enumerable string keyed properties of `object` that
8064 2. `[paths]` *(...(string|string[]))*: The property paths to pick.
8123 2. `path` *(Array|string)*: The path of the property to resolve.
8167 2. `path` *(Array|string)*: The path of the property to set.
8207 2. `path` *(Array|string)*: The path of the property to set.
8230 Creates an array of own enumerable string keyed-value pairs for `object`
8267 Creates an array of own and inherited enumerable string keyed-value pairs
8306 enumerable string keyed properties thru `iteratee`, with each invocation
8355 2. `path` *(Array|string)*: The path of the property to unset.
8396 2. `path` *(Array|string)*: The path of the property to set.
8436 2. `path` *(Array|string)*: The path of the property to set.
8459 Creates an array of the own enumerable string keyed property values of `object`.
8497 Creates an array of the own and inherited enumerable string keyed property
8816 1. `[paths]` *(...(string|string[]))*: The property paths to pick.
9032 <h3 id="_camelcasestring"><code>_.camelCase([string=''])</code></h3>
9035 Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
9041 1. `[string='']` *(string)*: The string to convert.
9044 *(string)*: Returns the camel cased string.
9063 <h3 id="_capitalizestring"><code>_.capitalize([string=''])</code></h3>
9066 Converts the first character of `string` to upper case and the remaining
9073 1. `[string='']` *(string)*: The string to capitalize.
9076 *(string)*: Returns the capitalized string.
9089 <h3 id="_deburrstring"><code>_.deburr([string=''])</code></h3>
9092 Deburrs `string` by converting
9102 1. `[string='']` *(string)*: The string to deburr.
9105 *(string)*: Returns the deburred string.
9118 …ithstring-target-positionstringlength"><code>_.endsWith([string=''], [target], [position=string.le…
9121 Checks if `string` ends with the given target string.
9127 1. `[string='']` *(string)*: The string to inspect.
9128 2. `[target]` *(string)*: The string to search for.
9129 3. `[position=string.length]` *(number)*: The position to search up to.
9132 *(boolean)*: Returns `true` if `string` ends with `target`, else `false`.
9151 <h3 id="_escapestring"><code>_.escape([string=''])</code></h3>
9154 Converts the characters "&", "<", ">", '"', and "'" in `string` to their
9177 1. `[string='']` *(string)*: The string to escape.
9180 *(string)*: Returns the escaped string.
9193 <h3 id="_escaperegexpstring"><code>_.escapeRegExp([string=''])</code></h3>
9197 "?", "(", ")", "[", "]", "{", "}", and "|" in `string`.
9203 1. `[string='']` *(string)*: The string to escape.
9206 *(string)*: Returns the escaped string.
9219 <h3 id="_kebabcasestring"><code>_.kebabCase([string=''])</code></h3>
9222 Converts `string` to
9229 1. `[string='']` *(string)*: The string to convert.
9232 *(string)*: Returns the kebab cased string.
9251 <h3 id="_lowercasestring"><code>_.lowerCase([string=''])</code></h3>
9254 Converts `string`, as space separated words, to lower case.
9260 1. `[string='']` *(string)*: The string to convert.
9263 *(string)*: Returns the lower cased string.
9282 <h3 id="_lowerfirststring"><code>_.lowerFirst([string=''])</code></h3>
9285 Converts the first character of `string` to lower case.
9291 1. `[string='']` *(string)*: The string to convert.
9294 *(string)*: Returns the converted string.
9310 <h3 id="_padstring-length0-chars"><code>_.pad([string=''], [length=0], [chars=' '])</code></h3>
9313 Pads `string` on the left and right sides if it's shorter than `length`.
9320 1. `[string='']` *(string)*: The string to pad.
9322 3. `[chars=' ']` *(string)*: The string used as padding.
9325 *(string)*: Returns the padded string.
9344 <h3 id="_padendstring-length0-chars"><code>_.padEnd([string=''], [length=0], [chars=' '])</code></h…
9347 Pads `string` on the right side if it's shorter than `length`. Padding
9354 1. `[string='']` *(string)*: The string to pad.
9356 3. `[chars=' ']` *(string)*: The string used as padding.
9359 *(string)*: Returns the padded string.
9378 <h3 id="_padstartstring-length0-chars"><code>_.padStart([string=''], [length=0], [chars=' '])</code…
9381 Pads `string` on the left side if it's shorter than `length`. Padding
9388 1. `[string='']` *(string)*: The string to pad.
9390 3. `[chars=' ']` *(string)*: The string used as padding.
9393 *(string)*: Returns the padded string.
9412 <h3 id="_parseintstring-radix10"><code>_.parseInt(string, [radix=10])</code></h3>
9415 Converts `string` to an integer of the specified radix. If `radix` is
9427 1. `string` *(string)*: The string to convert.
9447 <h3 id="_repeatstring-n1"><code>_.repeat([string=''], [n=1])</code></h3>
9450 Repeats the given string `n` times.
9456 1. `[string='']` *(string)*: The string to repeat.
9457 2. `[n=1]` *(number)*: The number of times to repeat the string.
9460 *(string)*: Returns the repeated string.
9479 <h3 id="_replacestring-pattern-replacement"><code>_.replace([string=''], pattern, replacement)</cod…
9482 Replaces matches for `pattern` in `string` with `replacement`.
9492 1. `[string='']` *(string)*: The string to modify.
9493 2. `pattern` *(RegExp|string)*: The pattern to replace.
9494 3. `replacement` *(Function|string)*: The match replacement.
9497 *(string)*: Returns the modified string.
9510 <h3 id="_snakecasestring"><code>_.snakeCase([string=''])</code></h3>
9513 Converts `string` to
9520 1. `[string='']` *(string)*: The string to convert.
9523 *(string)*: Returns the snake cased string.
9542 <h3 id="_splitstring-separator-limit"><code>_.split([string=''], separator, [limit])</code></h3>
9545 Splits `string` by `separator`.
9555 1. `[string='']` *(string)*: The string to split.
9556 2. `separator` *(RegExp|string)*: The separator pattern to split by.
9560 *(Array)*: Returns the string segments.
9573 <h3 id="_startcasestring"><code>_.startCase([string=''])</code></h3>
9576 Converts `string` to
9583 1. `[string='']` *(string)*: The string to convert.
9586 *(string)*: Returns the start cased string.
9605 <h3 id="_startswithstring-target-position0"><code>_.startsWith([string=''], [target], [position=0])…
9608 Checks if `string` starts with the given target string.
9614 1. `[string='']` *(string)*: The string to inspect.
9615 2. `[target]` *(string)*: The string to search for.
9619 *(boolean)*: Returns `true` if `string` starts with `target`, else `false`.
9638 <h3 id="_templatestring-options"><code>_.template([string=''], [options={}])</code></h3>
9664 1. `[string='']` *(string)*: The template string.
9670 7. `[options.sourceURL='lodash.templateSources[n]']` *(string)*: The sourceURL of the compiled temp…
9671 8. `[options.variable='obj']` *(string)*: The data object variable name.
9749 <h3 id="_tolowerstring"><code>_.toLower([string=''])</code></h3>
9752 Converts `string`, as a whole, to lower case just like
9759 1. `[string='']` *(string)*: The string to convert.
9762 *(string)*: Returns the lower cased string.
9781 <h3 id="_toupperstring"><code>_.toUpper([string=''])</code></h3>
9784 Converts `string`, as a whole, to upper case just like
9791 1. `[string='']` *(string)*: The string to convert.
9794 *(string)*: Returns the upper cased string.
9813 <h3 id="_trimstring-charswhitespace"><code>_.trim([string=''], [chars=whitespace])</code></h3>
9816 Removes leading and trailing whitespace or specified characters from `string`.
9822 1. `[string='']` *(string)*: The string to trim.
9823 2. `[chars=whitespace]` *(string)*: The characters to trim.
9826 *(string)*: Returns the trimmed string.
9845 <h3 id="_trimendstring-charswhitespace"><code>_.trimEnd([string=''], [chars=whitespace])</code></h3>
9848 Removes trailing whitespace or specified characters from `string`.
9854 1. `[string='']` *(string)*: The string to trim.
9855 2. `[chars=whitespace]` *(string)*: The characters to trim.
9858 *(string)*: Returns the trimmed string.
9874 <h3 id="_trimstartstring-charswhitespace"><code>_.trimStart([string=''], [chars=whitespace])</code>…
9877 Removes leading whitespace or specified characters from `string`.
9883 1. `[string='']` *(string)*: The string to trim.
9884 2. `[chars=whitespace]` *(string)*: The characters to trim.
9887 *(string)*: Returns the trimmed string.
9903 <h3 id="_truncatestring-options"><code>_.truncate([string=''], [options={}])</code></h3>
9906 Truncates `string` if it's longer than the given maximum string length.
9907 The last characters of the truncated string are replaced with the omission
9908 string which defaults to "...".
9914 1. `[string='']` *(string)*: The string to truncate.
9916 3. `[options.length=30]` *(number)*: The maximum string length.
9917 4. `[options.omission='...']` *(string)*: The string to indicate text is omitted.
9918 5. `[options.separator]` *(RegExp|string)*: The separator pattern to truncate to.
9921 *(string)*: Returns the truncated string.
9951 <h3 id="_unescapestring"><code>_.unescape([string=''])</code></h3>
9955 `&amp;`, `&lt;`, `&gt;`, `&quot;`, and `&#39;` in `string` to
9966 1. `[string='']` *(string)*: The string to unescape.
9969 *(string)*: Returns the unescaped string.
9982 <h3 id="_uppercasestring"><code>_.upperCase([string=''])</code></h3>
9985 Converts `string`, as space separated words, to upper case.
9991 1. `[string='']` *(string)*: The string to convert.
9994 *(string)*: Returns the upper cased string.
10013 <h3 id="_upperfirststring"><code>_.upperFirst([string=''])</code></h3>
10016 Converts the first character of `string` to upper case.
10022 1. `[string='']` *(string)*: The string to convert.
10025 *(string)*: Returns the converted string.
10041 <h3 id="_wordsstring-pattern"><code>_.words([string=''], [pattern])</code></h3>
10044 Splits `string` into an array of its words.
10050 1. `[string='']` *(string)*: The string to inspect.
10051 2. `[pattern]` *(RegExp|string)*: The pattern to match words.
10054 *(Array)*: Returns the words of `string`.
10123 2. `methodNames` *(...(string|string&#91;&#93;))*: The object method names to bind.
10413 return !_.isRegExp(func) ? iteratee(func) : function(string) {
10414 return func.test(string);
10484 1. `path` *(Array|string)*: The path of the property to get.
10516 1. `path` *(Array|string)*: The path of the method to invoke.
10578 Adds all own enumerable string keyed function properties of a source
10600 function vowels(string) {
10601 return _.filter(string, function(v) {
10800 1. `path` *(Array|string)*: The path of the property to get.
11073 This method returns an empty string.
11079 *(string)*: Returns the empty string.
11181 1. `[prefix='']` *(string)*: The value to prefix the ID with.
11184 *(string)*: Returns the unique ID.
11209 (string): The semantic version number.
11277 (string): Used to reference the data object in the template text.