User Tools

Site Tools


lara:docs:sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lara:docs:sheet [2018/10/23 12:47]
tdrc
lara:docs:sheet [2018/10/23 12:50]
tdrc [Regular Expressions]
Line 350: Line 350:
 </​code>​ </​code>​
  
-Or you can also use the **match** boolean operator (~=):+Or you can also use the **match** boolean operator ( **~=** ):
  
 <code lara> <code lara>
  
-'​aaaa'​ ~= 'a*' ​// Returns true+'​aaaa'​ ~= /a*// Returns true
  
 </​code>​ </​code>​
lara/docs/sheet.txt ยท Last modified: 2019/09/22 15:47 (external edit)