-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Lines 44 to 49 in 3be9be8
| // cout << "text"; | |
| // System.out.print("text"); | |
| (new Regex(@"cout << ""(?<text>[^""\r\n]+)"";"), "System.out.print(\"${text}\");", null, 0), | |
| // cout << text; | |
| // System.out.print(text); | |
| (new Regex(@"cout << (?<variable>[_a-zA-Z0-9]+);"), "System.out.print(${variable});", null, 0), |
Metadata
Metadata
Assignees
Labels
No labels