-
When I'm trying to convert string that contains special characters. It'll convert all special characters.
Example:
_.startCase('hansjörg sage')
Output:
'Hansjorg Sage'
-
`startCase('äöüß')` will be transformed to 'aouss'
-
Hi,
I was using _.startCase on a string and experienced a remove of umlauts (äöü).
Here is an example of what I mean:
http://requirebin.com/?gist=9872293acf147cc2280aa924e9f26c74
-
I would like to convert "AYNI" string into "Aynı" but capitalize converts it into "Ayni". I tried other methods and had the same result. Can I achieve this? Thanks
-
**What I expected:**
```
slugify('Zürich', {
customReplacements: [["ä", "ae"], ["ö", "oe"], ["ü", "ue"], ["ß", "ss"]]
})
// -> result: zuerich
```
**What I got instead:**
```…
-
![image](https://cloud.githubusercontent.com/assets/283419/19066308/f36ab3d6-8a18-11e6-90eb-cb6046694540.png)
When using the the `name` sorting (or keeping the default one), facets starting with an a…
-
Sorry if its my lack of understanding, but I wanted to see if I could chain flatMap, am I was a bit confused by these paragraphs..
```
The chainable wrapper methods are:
after, ary, assign, assignIn,…
-
In the subsection ""Packages" via trailing slashes" we support mapping from a "wildcard-import" to a "wildcard-path".
```json
{
"imports": {
"lodash": "/node_modules/lodash-es/lodash.js",
…
-
``` js
_([ [1, 2], [3, 4] ]).head().valueOf() // [1, 2]
_([ [1, 2], [3, 4] ]).head().rest(); // TypeError: undefined is not a function
```
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### OS?
> Windows 10
### Versions.
> Please run `ng --version`. If ther…