Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-19 21:18
Flavor·ECMAScript (JavaScript)

/
(?<=[^/])\/(?=[^\/])([\w\s\S]*)$
/
g
Open regex in editor

Description

with a url of aws cuts the url

Submitted by d3w3r