This website requires JavaScript.
Explore
Help
Register
Sign In
reiver
/
go-rfc2396
Watch
1
Star
0
Fork
You've already forked go-rfc2396
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
150ac29d71
go-rfc2396
/
lowalpha
/
byte.go
6 lines
88 B
Go
Raw
Blame
History
package
lowalpha
func
ByteIs
(
value
byte
)
bool
{
return
'a'
<=
value
&&
value
<=
'z'
}
Reference in New Issue
View Git Blame
Copy Permalink