The options to use when detecting URLs.
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- UrlDetectorOptions.type
Members list
Type members
Classlikes
Checks for single level domains as well. Ex: go/, http://localhost
Checks for single level domains as well. Ex: go/, http://localhost
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
Matches brackets and closes on the second one. Same as quote matching but works for brackets such as (), {}, []. For example, "(https://lambdaworks.io)" will pull out just "https://lambdaworks.io" instead of "https://lambdaworks.io)"
Matches brackets and closes on the second one. Same as quote matching but works for brackets such as (), {}, []. 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
- BracketMatch.type
Default options, no special checks.
Default options, no special checks.
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
- Default.type
Checks all of the rules besides brackets. This is XML but also can contain Javascript.
Checks all of the rules besides brackets. This is XML but also can contain Javascript.
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
- Html.type
Checks JSON format or but also looks for a single quote.
Checks JSON format or but also looks for a single quote.
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
- Javascript.type
Checks for bracket characters and more importantly quotes to start and end strings.
Checks for bracket characters and more importantly quotes to start and end strings.
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
- Json.type
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"'
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
Matches single quotes in the beginning and end of a string. For example, "'https://lambdaworks.io'" will pull out just "https://lambdaworks.io" instead of "https://lambdaworks.io'"
Matches single quotes in the beginning and end of a string. 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
- SingleQuoteMatch.type
Checks for XML characters and uses them as ending characters as well as quotes. This also includes quote_matching.
Checks for XML characters and uses them as ending characters as well as quotes. This also includes quote_matching.
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait UrlDetectorOptionsclass Objecttrait Matchableclass Any
- Self type
- Xml.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror