- 1
How to parse parameters from functions in string. Javascript
Only from the first function. How do I parse parameters inside brackets from strings below? If the parameter is a string quotes must be included and changed to double quotes. "func('hello')" returns "hello" "system.out.println(func('hello'))" returns func("hello")
1 Réponse
+ 1
Your question is not about JavaScript, it is about Java...