Regular Expressions 101

Community Patterns

http{s} non-capturing regex kotlin

0

Regular Expression
Java 8

"
(?:(http|https)(://))
"
g

Description

This is a kotlin implementation of a http{s} protocal check for when routing

Submitted by yugely - 3 years ago