[ad_1]
You could try the below regex.
@".*?(?= = CreateObject)|(?<=MoveObject\().*?(?=,)"
OR
@"\S+?(?= = CreateObject)|(?<=MoveObject\().*?(?=,)"
3
[ad_2]
solved C# Regex questions [closed]
[ad_1]
You could try the below regex.
@".*?(?= = CreateObject)|(?<=MoveObject\().*?(?=,)"
OR
@"\S+?(?= = CreateObject)|(?<=MoveObject\().*?(?=,)"
3
[ad_2]
solved C# Regex questions [closed]