For the complete documentation index, see llms.txt. This page is also available as Markdown.

Match

Frends Task will return full info for match result.

Task version: 1.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

InputText : String

Text to be examined.

Default: - Example: Example text.

RegularExpression : String

Regular expression pattern.

Default: - Example: abc*

Task Result

Name
Description

Matches : List<RegexMatch>

Match result.

Task Changelog

Changelog for Task Frends.Regex.Match.

[1.0.0] - 2024-12-31

Changed

  • Initial implementation

Last updated

Was this helpful?