Just like how the @now works in the Modify Time block, could regex be added to the If Statement to eliminate the need for multiple blocks or expand functionality to the Regex Match block.
This suggestion would basically add the regex block’s logic to the If Statement and Advanced Conditional to only execute if the Regex Match would normally output true
Fr. It’s easy enough to add it but that’s a whole nother level of complexity. It’s doable with the following configurations but far easier and quicker for it to be built into the conditional’s logic
Equals regex
Regex match
If regex match = true
Contains regex
Create local variable
Split string iterator (iterate over spaces)
Regex match
If regex match = true
4.1) Update local var
4.2) Break
If local var = true
Continue
Does not contain regex
Create local variable
Split string iterator (iterate over spaces)
Regex match
If regex match = true
4.1) Update local var
4.2) Break