Like: Difference between revisions

91 bytes added ,  2 years ago
no edit summary
(Created page with "{{primitive|x like y|in=K7}} '''Like''' takes a pattern string <code>x</code> and string <code>y</code>, and performs a pattern match on it similar to SQL's LIKE keyword. <co...")
 
No edit summary
Line 2:
'''Like''' takes a pattern string <code>x</code> and string <code>y</code>, and performs a pattern match on it similar to SQL's LIKE keyword.
 
<code>*</code> indicates a wildcard(any number of letters) in the pattern.
 
<code>?</code> indicates a wildcard(single letter) in the pattern.
 
<pre>