diff --git a/README.md b/README.md index 12de3e1..2cb8d5f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ - [uriEncode](#uriencode) - [uriComponentEncode](#uricomponentencode) - [wrap](#wrap) + - [dotName](#dotname) - [Math](#math) - [min](#min) - [max](#max) @@ -1087,6 +1088,16 @@ usage: ```string | wrap: string: string[optional]``` /foo/ {{foo}} ``` +###dotName +Replace firstname and all middle names with a dot notation
+usage: ```string | dotName``` +```html +

{{ 'Gale Lewin' | dotName }}

+

{{ 'Sonny Teresa Hopson' | dotName }}

+