RichString
uk.gov.hmrc.govukfrontend.views.implicits.RichStringSupport.RichString
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class RichString
Members list
Value members
Concrete methods
Indent a (multiline) string n spaces.
Indent a (multiline) string n spaces.
Value parameters
- n
-
Number of spaces to indent the string. It can be a negative value, in which case it attempts to unindent n spaces, as much as possible until it hits the margin.
Attributes
Implements https://mozilla.github.io/nunjucks/templating.html#capitalize. Unlike Scala's scala.collection.immutable.StringLike#capitalize() Nunjucks' capitalize converts the first letter to uppercase and the rest to lowercase.
Implements https://mozilla.github.io/nunjucks/templating.html#capitalize. Unlike Scala's scala.collection.immutable.StringLike#capitalize() Nunjucks' capitalize converts the first letter to uppercase and the rest to lowercase.
Attributes
In this article