Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-15 14:38
Flavor·Golang

`
^s3://([^/]+)/(.*?([^/]+))(?:\.json)$
`
Open regex in editor

Description

S3 Path with ending .json

Submitted by Sowmith