Codeunit 3001 DotNet_Regex in 17
- App
- Base Application
- Obsolete
- Pending 18.0. This codeunit is obsolete. Use the Regex codeunit in the Regex Module instead.
Versions171819202122232425262728latest
Source-
Procedures, 44
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Split | (Text, Text, var Codeunit DotNet_Array) | public | - | |
| Regex | (Text) | public | - | |
| Replace | (Text, Text) | Text | public | - |
| Regex | (Text, var Codeunit DotNet_RegexOptions) | public | - | |
| Regex | (Text, var Codeunit DotNet_RegexOptions, Duration) | public | - | |
| GetCacheSize | () | Integer | public | - |
| SetCacheSize | (Integer) | public | - | |
| GetGroupNames | (var Codeunit DotNet_Array) | public | - | |
| GetGroupNumbers | (var Codeunit DotNet_Array) | public | - | |
| GroupNameFromNumber | (Integer) | Text | public | - |
| GroupNumberFromName | (Text) | Integer | public | - |
| IsMatch | (Text) | Boolean | public | - |
| IsMatch | (Text, Integer) | Boolean | public | - |
| IsMatch | (Text, Text) | Boolean | public | - |
| IsMatch | (Text, Text, var Codeunit DotNet_RegexOptions) | Boolean | public | - |
| IsMatch | (Text, Text, var Codeunit DotNet_RegexOptions, Duration) | Boolean | public | - |
| Match | (Text, var Codeunit DotNet_Match) | public | - | |
| Match | (Text, Integer, var Codeunit DotNet_Match) | public | - | |
| Match | (Text, Integer, Integer, var Codeunit DotNet_Match) | public | - | |
| Match | (Text, Text, var Codeunit DotNet_Match) | public | - | |
| Match | (Text, Text, var Codeunit DotNet_RegexOptions, var Codeunit DotNet_Match) | public | - | |
| Match | (Text, Text, var Codeunit DotNet_RegexOptions, Duration, var Codeunit DotNet_Match) | public | - | |
| Matches | (Text, var Codeunit DotNet_MatchCollection) | public | - | |
| Matches | (Text, Integer, var Codeunit DotNet_MatchCollection) | public | - | |
| Matches | (Text, Text, var Codeunit DotNet_MatchCollection) | public | - | |
| Matches | (Text, Text, var Codeunit DotNet_RegexOptions, var Codeunit DotNet_MatchCollection) | public | - | |
| Matches | (Text, Text, var Codeunit DotNet_RegexOptions, Duration, var Codeunit DotNet_MatchCollection) | public | - | |
| Replace | (Text, Text, Integer) | Text | public | - |
| Replace | (Text, Text, Integer, Integer) | Text | public | - |
| Replace | (Text, Text, Text) | Text | public | - |
| Replace | (Text, Text, Text, var Codeunit DotNet_RegexOptions) | Text | public | - |
| Replace | (Text, Text, Text, var Codeunit DotNet_RegexOptions, Duration) | Text | public | - |
| Split | (Text, var Codeunit DotNet_Array) | public | - | |
| Split | (Text, Integer, var Codeunit DotNet_Array) | public | - | |
| Split | (Text, Integer, Integer, var Codeunit DotNet_Array) | public | - | |
| Split | (Text, Text, var Codeunit DotNet_RegexOptions, var Codeunit DotNet_Array) | public | - | |
| Split | (Text, Text, var Codeunit DotNet_RegexOptions, Duration, var Codeunit DotNet_Array) | public | - | |
| GetHashCode | () | Integer | public | - |
| Escape | (Text) | Text | public | - |
| Unescape | (Text) | Text | public | - |
| RegexIgnoreCase | (Text) | public | - | |
| IsDotNetNull | () | Boolean | public | - |
| GetRegEx | (var DotNet Regex) | public | - | |
| SetRegEx | (DotNet Regex) | public | - |