Header menu logo FSharp.Formatting

CLikeFormat Type

Provides a base class for formatting languages similar to C.

Constructors

Constructor Description

CLikeFormat()

Full Usage: CLikeFormat()

Instance members

Instance member Description

this.CommentRegEx

Full Usage: this.CommentRegEx

Returns: string
Modifiers: abstract

Regular expression string to match single line and multi-line comments (// and /* */).

Returns: string

this.StringRegEx

Full Usage: this.StringRegEx

Returns: string
Modifiers: abstract

Regular expression string to match string and character literals.

Returns: string

Type something to start searching.