所以我目前有这个:
matches = val.match(/kickstarter\/projects(.*?)/);
要匹配 kickstarters 项目 url 之后的信息,例如:
http://www.kickstarter.com/projects/defiant/hand-of-fate-a-card-game-that-comes-to-life?ref=home_spotlight
因此,使用该代码它给了我:
/defiant/hand-of-fate-a-card-game-that-comes-to-life?ref=home_spotlight
我希望它删除任何有 ? 包括那个角色本身。