final case class MatchRegex(regex: Compiled, pushAs: RegexResultPush, failAs: Option[Any]) extends ParserOp with Product with Serializable
Match a compiled regex on the input, and push a result with the given strategy or failure on the result stack
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatchRegex
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MatchRegex(regex: Compiled, pushAs: RegexResultPush, failAs: Option[Any])