Regular Expressions 101

Community Patterns

S3 Path with ending .json

0

Regular Expression
Golang

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

Description

S3 Path with ending .json

Submitted by Sowmith - 2 years ago