package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

Compileは正規表現を実行するためのプログラムにコンパイルします。 正規表現はすでに簡素化されている必要があります(re.Simplifyから戻されたもの)。.
EmptyOpContextは、r1とr2のルーンの間の位置で満たされる ゼロ幅のアサーションを返します。 r1 == -1を渡すと、位置がテキストの先頭にあることを示します。 r2 == -1を渡すと、位置がテキストの末尾にあることを示します。.
IsWordCharは、\bおよび\Bゼロ幅のアサーションの評価中にrが「単語文字」と見なされるかどうかを報告します。 これらのアサーションはASCIIのみです:単語文字は[A-Za-z0-9_]です。.
Parseは指定されたフラグによって制御された正規表現文字列sを解析し、正規表現の解析木を返します。構文はトップレベルのコメントに記載されています。.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
予期しないエラー.
パースエラー.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

エラーは正規表現の解析に失敗し、問題のある表現を示します。.
Instは正規表現プログラム内の単一の命令です。.
Progはコンパイルされた正規表現プログラムです。.
正規表現(RegExp)は正規表現構文木のノードです。.

# Type aliases

EmptyOpは、ゼロ幅アサーションの種類または混合を指定します。.
「ErrorCode」は正規表現の解析に失敗したことを説明します。.
Flagsはパーサーの動作を制御し、正規表現のコンテキストに関する情報を記録します。.
InstOpは命令のオペコードです。.
Opは単一の正規表現演算子です。.