Header menu logo ARCTokenization

ActivePatterns Module

Active patterns

Active pattern Description

(|Comment|_|) input

Full Usage: (|Comment|_|) input

Parameters:
    input : string

Returns: string option

Matches any Comment[...] pattern.

input : string
Returns: string option

(|Regex|_|) pattern input

Full Usage: (|Regex|_|) pattern input

Parameters:
    pattern : string
    input : string

Returns: Match option

Matches, if the input string matches the given regex pattern.

pattern : string
input : string
Returns: Match option

Type something to start searching.