http://example.com/?example_id=123&second_id=25
我需要获得这两个ID example_id
和second_id
。是否有可用的包或内置函数?
答案 0 :(得分:0)
您可以使用/**
* This function returns a string hello
* @author Sahil Purav
*/
myfunction(): string {
return 'hello';
}
:
stringr::str_extract_all