Utilities for parsing Unreal configuration files.
More...
|
| static ? GroupCollection | MatchGroup (this string text, string pattern, RegexOptions options=RegexOptions.CultureInvariant|RegexOptions.Multiline) |
| |
| static ? GroupCollection | Fetch (this GroupCollection groups, string capturename, out string result) |
| |
| static string | AsCharacter (this CommandType commandType) |
| | Convert a command type into its representing character.
|
| |
Utilities for parsing Unreal configuration files.
Definition at line 11 of file ConfigIni.cs.
◆ AsCharacter()
| static string Nuke.Unreal.Ini.ConfigCommon.AsCharacter |
( |
this CommandType | commandType | ) |
|
|
static |
Convert a command type into its representing character.
- Parameters
-
- Returns
- Command type character or empty string if command doesn't have associated symbol.
◆ Fetch()
| static ? GroupCollection Nuke.Unreal.Ini.ConfigCommon.Fetch |
( |
this GroupCollection | groups, |
|
|
string | capturename, |
|
|
out string | result ) |
|
static |
◆ MatchGroup()
| static ? GroupCollection Nuke.Unreal.Ini.ConfigCommon.MatchGroup |
( |
this string | text, |
|
|
string | pattern, |
|
|
RegexOptions | options = RegexOptions::CultureInvariant | RegexOptions::Multiline ) |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/Nuke.Unreal/Nuke.Unreal/src/Nuke.Unreal.Ini/ConfigIni.cs