Class RegexPattern.Groups
OptimaJet.Workflow.Core.CodeActions.RegexPattern.Groups
Contain parts which can be used to compose common patterns and names which can be used for search in match.
Namespace: OptimaJet.Workflow.Core.CodeActions
public static class RegexPattern.GroupsInheritance
- System.Object
Fields
public const string ParameterName = "(?<ParameterName>(?(MaybeWithBracket)[\\w ]+(\\.[\\w ]+)*|\\w+(\\.\\w+)*))" #public const string FindParameter = "(?<FindParameter>(?<MaybeWithBracket>@\\()|(?<WithoutBracket>(?<=[^\\w]|^|\\\\n)@))" #public const string MaybeWithBracket = "(?<MaybeWithBracket>@\\()" #public const string EndWithBracketIfExists = "(?<EndWithBracketIfExists>(?(MaybeWithBracket)\\)|))" #public const string WithoutBracket = "(?<WithoutBracket>(?<=[^\\w]|^|\\\\n)@)" #public const string MaybeExistsFormat = "((?<MaybeExistsFormat>:(?!\\s*@))|())" #public const string Format = "(?<Format>(?(MaybeExistsFormat)(?(MaybeWithBracket)([^\"'()]|(?<=\\\\)(\\(|\\)|\\\"|'))*|[^\\(\\)\\{\\}\\[\\]\\s\\\"']*)|))" #public const string MaybeWithQuotes = "(?:((?<MaybeWithSingleQuote>\\')|())|((?<MaybeWithDoubleQuote>\\\")|()))" #public const string EndWithQuotesIfExists = "(?<EndWithQuotesIfExists>(?(MaybeWithDoubleQuote)\\\"|(?<EndWithQuotesIfExists>(?(MaybeWithSingleQuote)\\'|))))" #