Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apex/js
/ functions
Functions
20 in github.com/apex/js
⨍
Functions
20
◇
Types & classes
5
↓ 8 callers
Method
Get
Get a key's value. False is returned if the key does not exist.
weakmap/weakmap.go:27
↓ 7 callers
Method
String
String returns the flag(s) specified in the single-letter format expected by the RegExp constructor.
regexp/regexp.go:39
↓ 6 callers
Method
Index
Index returns the index of the matched string.
regexp/regexp.go:74
Function
Create
Create returns a new object using the given object as its prototype.
object/object.go:12
Method
Delete
Delete a key's value.
weakmap/weakmap.go:36
Function
Dir
Dir outputs an interactive list of the properties to the browser console.
console/console.go:17
Function
Entries
Entries returns the object entries as key/value pairs.
object/object.go:33
Method
Exec
Exec returns the result of a search execution match, or nil.
regexp/regexp.go:101
Method
Has
Has returns true if the key is present.
weakmap/weakmap.go:41
Method
Input
Input returns the original input string.
regexp/regexp.go:69
Method
JSValue
JSValue implementation.
weakmap/weakmap.go:46
Method
JSValue
JSValue implementation.
regexp/regexp.go:117
Function
Keys
Keys returns the keys of an object.
object/object.go:17
Function
Log
Log outputs a message to the browser console.
console/console.go:12
Method
Match
Match returns the parenthesized substring match at index.
regexp/regexp.go:84
Function
New
New returns a new WeakMap.
weakmap/weakmap.go:15
Function
New
New returns a regexp from the given pattern and flags.
regexp/regexp.go:94
Method
Set
Set a key's value.
weakmap/weakmap.go:22
Method
String
String returns the full matched string.
regexp/regexp.go:79
Method
String
String implementation.
regexp/regexp.go:112