Generation

fix invalid codeSun, 14 Apr 2024

println("arctoos")

You can use the following regex: def ([^(]+)\(([^)]+)\) It will match: def (foo)() def (foo)bar(baz) def (foo)bar(baz)qux def (foo)bar(baz)qux(quux) def (foo)bar(baz)qux(qu

Want to kickstart your project?Use the new AI Studio to create your code