将字符串截断为该字符串的正则表达式

时间:2019-01-02 12:11:44

标签: javascript regex

我想找到这个

* @apiName GetUser * @apiGroup User * * @apiParam {Number} id Users unique ID. * * @apiSuccess {String} firstname Firstname of the User. * @apiSuccess {String} lastname Lastname of the User.

在此

/** * @api {get} /user/:id Request User information * @apiName GetUser * @apiGroup User * * @apiParam {Number} id Users unique ID. * * @apiSuccess {String} firstname Firstname of the User. * @apiSuccess {String} lastname Lastname of the User. * @end */

它位于文件中的多个位置,我想在数组中找到它。

/@api(.*?)@end/我以为我会成功完成本次实验,但它不起作用。 请帮助我:(:(


0 个答案:

没有答案