SQL-Unit  1.6
Functions
AssertStringNotLike.ssunit.sql File Reference

The AssertStringNotLike stored procedure. More...

Functions

int AssertStringNotLike (varchar[max]@regex, varchar[max]@actual)
 Asserts that the regular expression doesn't match the string.

Detailed Description

The AssertStringNotLike stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertStringNotLike ( varchar @  regex[max],
varchar @  actual[max] 
)

Asserts that the regular expression doesn't match the string.

Parameters:
regexThe regular expression.
actualThe string to search.