Hey,
It would be really nice if we had access to Regex class. It's present in Workbench soooooo...
It gives huge possibilities of data manipulation.
Note: It didn't existed in DayZ, thank's for doggo telling me I'm just dumb!
Hey,
It would be really nice if we had access to Regex class. It's present in Workbench soooooo...
It gives huge possibilities of data manipulation.
Note: It didn't existed in DayZ, thank's for doggo telling me I'm just dumb!
Simple api proposal:
class Regex { static bool Match(RegexExpression expression, void value); } class RegexExpression { static RegexExpression Compile(string expression); }