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