Changes

m
no edit summary
Line 1: Line 1:  
=== About ===
 
=== About ===
    +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
Will fire when a MacroDroid variable is set to a certain value.
 +
 +
Note that when comparing less than or greater than, the trigger will only fire once when the value transitions into this state (not on subsequent updates where that same condition is still met).
 +
</pre>
 +
'' See also: '' '' [https://macrodroidforum.com/wiki/index.php/Variables Variables]''
    
==<p><b>Specific value</b></p>==
 
==<p><b>Specific value</b></p>==
Line 33: Line 39:  
'' Compatible with [https://macrodroidforum.com/wiki/index.php/Variables#String Variables | String] ''
 
'' Compatible with [https://macrodroidforum.com/wiki/index.php/Variables#String Variables | String] ''
   −
==<p><b>The wildcards '*' and '?'</b></p>==
+
=== The wildcards '*' ===
 
  −
=== '''  *''' ===
   
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
* stands for any number of character (from 0 to any, same as '.*' in Regex).
 
* stands for any number of character (from 0 to any, same as '.*' in Regex).
 
</pre>
 
</pre>
   −
=== ? ===
+
=== The wildcards '?' ===
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
? is for 1 and only 1 mandatory character (same as '.{1}' in Regex).
 
? is for 1 and only 1 mandatory character (same as '.{1}' in Regex).
Line 46: Line 50:     
* '''Tick the box '''Enter regular expression matching''' if the typed text follows Regex syntax, far more powerful than plain text with or without wildcards (for advanced users).'''
 
* '''Tick the box '''Enter regular expression matching''' if the typed text follows Regex syntax, far more powerful than plain text with or without wildcards (for advanced users).'''
 +
 +
==<p><b>Any value change</b></p>==
 +
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
Any value, no additional configuration is required.
 +
</pre>
editors
1,590

edits