Codeunit 3961 Regex Impl. in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 47
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetCacheSize | () | Integer | public | - |
| SetCacheSize | (Integer) | public | - | |
| GetGroupNames | (var List) | public | - | |
| GetGroupNumbers | (var List) | public | - | |
| GroupNameFromNumber | (Integer) | Text | public | - |
| GroupNumberFromName | (Text) | Integer | public | - |
| IsMatch | (Text, Text, Integer) | Boolean | public | - |
| IsMatch | (Text, Text, Integer, var Record Regex Options) | Boolean | public | - |
| IsMatch | (Text, Text) | Boolean | public | - |
| IsMatch | (Text, Text, var Record Regex Options) | Boolean | public | - |
| Match | (Text, Text, Integer, var Record Matches) | public | - | |
| Match | (Text, Text, Integer, var Record Regex Options, var Record Matches) | public | - | |
| Match | (Text, Text, Integer, Integer, var Record Matches) | public | - | |
| Match | (Text, Text, Integer, Integer, var Record Regex Options, var Record Matches) | public | - | |
| Match | (Text, Text, var Record Matches) | public | - | |
| Match | (Text, Text, var Record Regex Options, var Record Matches) | public | - | |
| Replace | (Text, Text, Text, Integer) | Text | public | - |
| Replace | (Text, Text, Text, Integer, var Record Regex Options) | Text | public | - |
| Replace | (Text, Text, Text, Integer, Integer) | Text | public | - |
| Replace | (Text, Text, Text, Integer, Integer, var Record Regex Options) | Text | public | - |
| Replace | (Text, Text, Text) | Text | public | - |
| Replace | (Text, Text, Text, var Record Regex Options) | Text | public | - |
| Split | (Text, Text, Integer, var List) | public | - | |
| Split | (Text, Text, Integer, var Record Regex Options, var List) | public | - | |
| Split | (Text, Text, Integer, Integer, var List) | public | - | |
| Split | (Text, Text, Integer, Integer, var Record Regex Options, var List) | public | - | |
| Split | (Text, Text, var List) | public | - | |
| Split | (Text, Text, var Record Regex Options, var List) | public | - | |
| GetHashCode | () | Integer | public | - |
| Escape | (Text) | Text | public | - |
| Unescape | (Text) | Text | public | - |
| MatchResult | (var Record Matches, Text) | Text | public | - |
| Groups | (var Record Matches, var Record Groups) | public | - | |
| Captures | (var Record Groups, var Record Captures) | public | - | |
| Regex | (Text, var Record Regex Options) | public | - | |
| IsMatch | (Text, Integer) | Boolean | public | - |
| IsMatch | (Text) | Boolean | public | - |
| Match | (Text, Integer, var Record Matches) | public | - | |
| Match | (Text, Integer, Integer, var Record Matches) | public | - | |
| Match | (Text, var Record Matches) | public | - | |
| Replace | (Text, Text, Integer) | Text | public | - |
| Replace | (Text, Text, Integer, Integer) | Text | public | - |
| Replace | (Text, Text) | Text | public | - |
| Split | (Text, Integer, var List) | public | - | |
| Split | (Text, Integer, Integer, var List) | public | - | |
| Split | (Text, var List) | public | - | |
| Regex | (Text) | public | - |