Codeunit 3051 DotNet_RegexOptions in 18
- App
- Base Application
- Obsolete
- Pending 18.0. This codeunit is obsolete. Use the RegexOptions enum in the Regex Module instead.
Versions171819202122232425262728latest
Source-
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Compiled | () | Integer | public | - |
| CultureInvariant | () | Integer | public | - |
| ECMAScript | () | Integer | public | - |
| ExplicitCapture | () | Integer | public | - |
| IgnoreCase | () | Integer | public | - |
| IgnorePatternWhitespace | () | Integer | public | - |
| Multiline | () | Integer | public | - |
| None | () | Integer | public | - |
| RightToLeft | () | Integer | public | - |
| Singleline | () | Integer | public | - |
| ToString | () | Text | public | - |
| ToInteger | () | Integer | public | - |
| FromInteger | (Integer) | public | - | |
| IsDotNetNull | () | Boolean | public | - |
| GetRegexOptions | (var DotNet RegexOptions) | public | - | |
| SetRegexOptions | (var DotNet RegexOptions) | public | - |