We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
match string with this invalid regexp /files/instance/contas/export/* https://play.golang.org/p/IY62eQqTKX
/files/instance/contas/export/*
err != nil and match == false
err == nil and match == true
go version go1.8.3 darwin/amd64 GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/felipeweb/Code/go" GORACE="" GOROOT="/usr/local/Cellar/go/1.8.3/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.8.3/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/3c/3d8vk1ls4gggp0mq77yn19qm0000gn/T/go-build980377668=/tmp/go-build -gno-record-gcc-switches -fno-common" CXX="clang++" CGO_ENABLED="1" PKG_CONFIG="pkg-config" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" GOROOT/bin/go version: go version go1.8.3 darwin/amd64 GOROOT/bin/go tool compile -V: compile version go1.8.3 X:framepointer uname -v: Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 ProductName: Mac OS X ProductVersion: 10.12.6 BuildVersion: 16G29 lldb --version: lldb-370.0.37 Swift-3.1
The text was updated successfully, but these errors were encountered:
This isn't an invalid regex, https://play.golang.org/p/VgCwQDuHeN
https://regex101.com/r/tfD68u/1
Sorry, something went wrong.
This is working as intended since /* literally means to match zero-or more / characters.
/*
/
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Please answer these questions before submitting your issue. Thanks!
What did you do?
match string with this invalid regexp
/files/instance/contas/export/*
https://play.golang.org/p/IY62eQqTKX
What did you expect to see?
err != nil and match == false
What did you see instead?
err == nil and match == true
System details
The text was updated successfully, but these errors were encountered: