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

The AssertStringLike stored procedure. More...

Functions

int AssertStringLike (varchar[max]@regex, varchar[max]@actual)
 Asserts that the regular expression matches the string.

Detailed Description

The AssertStringLike stored procedure.

Author:
Chris Oldwood

Function Documentation

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

Asserts that the regular expression matches the string.

Parameters:
regexThe regular expression.
actualThe string to search.