| 
    SQL-Unit
    1.6
    
   
   | 
  
  
  
 
The AssertStringNotLike stored procedure. More...
Functions | |
| int | AssertStringNotLike (varchar[max]@regex, varchar[max]@actual) | 
| Asserts that the regular expression doesn't match the string.   | |
The AssertStringNotLike stored procedure.
| int AssertStringNotLike | ( | varchar @ | regex[max], | 
| varchar @ | actual[max] | ||
| ) | 
Asserts that the regular expression doesn't match the string.
| regex | The regular expression. | 
| actual | The string to search. | 
 1.7.6.1