mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-24 11:58:10 -05:00
added translations for pattern node, changed node to use text for now
This commit is contained in:
@@ -11,11 +11,10 @@ namespace FileFlows.BasicNodes.Functions
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override string Icon => "fas fa-equals";
|
||||
|
||||
[DefaultValue(".*?")]
|
||||
[RegularExpression(2)]
|
||||
[DefaultValue("")]
|
||||
[Text(1)]
|
||||
public string Pattern { get; set; }
|
||||
|
||||
delegate void LogDelegate(params object[] values);
|
||||
public override int Execute(NodeParameters args)
|
||||
{
|
||||
if (string.IsNullOrEmpty(Pattern))
|
||||
|
||||
Reference in New Issue
Block a user