QuoteMatch
io.lambdaworks.detection.UrlDetectorOptions.QuoteMatch
case object QuoteMatch extends UrlDetectorOptions
Matches quotes in the beginning and end of string. If a string starts with a quote, then the ending quote will be eliminated. For example, "https://lambdaworks.io" will pull out just 'https://lambdaworks.io' instead of 'https://lambdaworks.io"'
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
-
QuoteMatch.type
Members list
In this article