MCPcopy Create free account

hub / github.com/Bowen7/regex-vis / functions

Functions215 in github.com/Bowen7/regex-vis

↓ 1 callersFunctiononRemove
(index: number)
src/modules/editor/features/content/ranges.tsx:89
↓ 1 callersMethodparseGroup
()
src/parser/parser.ts:312
↓ 1 callersMethodparseLookAround
(lookAround: AST.LookAround)
src/parser/parser.ts:336
↓ 1 callersMethodparseRanges
()
src/parser/parser.ts:267
↓ 1 callersMethodprefix
(value: string)
src/parser/gen.ts:128
↓ 1 callersMethodread
()
src/parser/lexer.ts:26
↓ 1 callersMethodreadNormalCharacters
()
src/parser/lexer.ts:142
↓ 1 callersMethodreadRange
()
src/parser/lexer.ts:164
↓ 1 callersMethodreadTargets
(targets: string[])
src/parser/lexer.ts:124
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/components/ui/use-toast.ts:75
↓ 1 callersFunctionremoveSelected
(ast: AST.Regex, selectedIds: string[])
src/parser/modifiers/remove.ts:51
↓ 1 callersFunctionrenderBackReference
(node: AST.BackReferenceNode, t: TFunction)
src/modules/graph/text.tsx:112
↓ 1 callersFunctionrenderBoundaryAssertion
(node: | AST.BeginningBoundaryAssertionNode | AST.EndBoundaryAssertionNode | AST.WordBoundaryAssertionNo
src/modules/graph/text.tsx:117
↓ 1 callersFunctionrenderRangesCharacter
(node: AST.RangesCharacterNode, t: TFunction)
src/modules/graph/text.tsx:64
↓ 1 callersFunctionrenderStringCharacter
(node: AST.StringCharacterNode)
src/modules/graph/text.tsx:46
↓ 1 callersFunctionunGroup
(nodeList: AST.Node[], selectNode: AST.GroupNode)
src/parser/modifiers/group.ts:6
↓ 1 callersFunctionunLookAroundAssertion
( ast: AST.Regex, selectedIds: string[], )
src/parser/modifiers/lookaround.ts:47
↓ 1 callersFunctionupdateLookAroundAssertion
( ast: AST.Regex, selectedIds: string[], lookAround: { kind: 'lookahead' | 'lookbehind' negate:
src/parser/modifiers/lookaround.ts:6
↓ 1 callersFunctionuseDragSelect
({ disabled = false, className = '', onSelect, }: Options)
src/utils/hooks/use-drag-select.tsx:15
↓ 1 callersFunctionuseHover
()
src/utils/hooks/use-hover.ts:3
↓ 1 callersFunctionuseTheme
()
src/components/theme-provider/index.tsx:77
↓ 1 callersMethodvalidate
()
src/parser/parser.ts:345
↓ 1 callersMethodvalidateAsLiteral
()
src/parser/parser.ts:365
↓ 1 callersFunctionvisit
( ast: AST.Regex | AST.Node[], id: string, paths: Path[] = [], callback: () => void, )
src/parser/modifiers/remove.ts:5
FunctionApp
()
src/App.tsx:7
FunctionBackRef
({ reference })
src/modules/editor/features/content/back-ref.tsx:18
FunctionButtonDropdown
(props: Props)
src/components/button-dropdown/index.tsx:18
FunctionButtonGroup
(props: Props)
src/components/button-group/index.tsx:7
FunctionCell
({ className, label, mdnLinkKey, children, rightIcon, rightTooltip, onRightIconClick, }: Props)
src/components/cell/index.tsx:36
FunctionCellItem
({ label, children }: ItemProps)
src/components/cell/index.tsx:18
FunctionCheckboxGroup
(props: GroupProps)
src/components/ui/checkbox-group.tsx:19
FunctionCheckboxItem
(props: ItemProps)
src/components/ui/checkbox-group.tsx:46
FunctionClassCharacter
({ value })
src/modules/editor/features/content/class-character.tsx:34
FunctionContent
({ id, selected, children, ...restProps }: Props)
src/modules/graph/content.tsx:8
FunctionContentEditor
({ content, id, quantifier })
src/modules/editor/features/content/index.tsx:36
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:174
FunctionEditTab
()
src/modules/editor/edit-tab.tsx:15
FunctionEditor
({ defaultTab, collapsed }: Props)
src/modules/editor/index.tsx:31
FunctionExpression
({ regex, startIndex, endIndex })
src/modules/editor/features/expression/index.tsx:10
FunctionGraph
({ ast, errorMsg = null })
src/modules/graph/index.tsx:16
FunctionGroupLikeNode
({ x, y, node, selected }: Props)
src/modules/graph/group-like.tsx:22
FunctionGroupSelect
({ group }: GroupSelectProps)
src/modules/editor/features/group/index.tsx:35
FunctionHome
()
src/modules/home/index.tsx:32
FunctionHydrateAtoms
({ initialValues, children }: { initialValues: any, children: React.ReactNode })
src/modules/graph/simple-graph.tsx:18
FunctionInnerValidation
(props: Props<T, O>)
src/components/validation/index.tsx:15
FunctionInsert
({ nodes })
src/modules/editor/features/insert/index.tsx:22
FunctionLanguageSelect
()
src/components/language-select/index.tsx:11
FunctionLeftQuote
()
src/modules/graph/text.tsx:10
FunctionLegend
()
src/modules/editor/legend-tab.tsx:4
FunctionLegendItem
({ name, infos })
src/components/legend-item/index.tsx:11
FunctionLogo
(props: Props)
src/components/logo/index.tsx:3
FunctionLookAround
({ kind, negate })
src/modules/editor/features/look-around/index.tsx:21
FunctionModeToggle
()
src/components/mode-toggle/index.tsx:4
FunctionNameAndQuantifier
(props: Props)
src/modules/graph/name-quantifier.tsx:26
FunctionPlayground
()
src/modules/playground/index.tsx:8
FunctionQuantifierItem
({ quantifier })
src/modules/editor/features/quantifier/index.tsx:77
FunctionRangeInput
({ className, value, startPlaceholder = '', endPlaceholder = '', removable = true, onChange, onR
src/components/range-input/index.tsx:22
FunctionRanges
({ ranges, negate })
src/modules/editor/features/content/ranges.tsx:60
FunctionRegexInput
({ regex, flags, literal, onChange, onFlagsChange, onCopy, className, })
src/modules/home/regex-input.tsx:39
FunctionRightQuote
()
src/modules/graph/text.tsx:13
FunctionRoutes
()
src/routes.tsx:8
FunctionSamples
()
src/modules/samples/index.tsx:36
FunctionShowMore
({ id, children }: Props)
src/components/show-more/index.tsx:11
FunctionSimpleNode
({ x, y, node, selected }: Props)
src/modules/graph/simple-node.tsx:27
FunctionSimpleString
({ value, quantifier })
src/modules/editor/features/content/simple-string.tsx:16
FunctionTestItem
({ value, regExp, onChange, onRemove }: Props)
src/components/test-item/index.tsx:12
FunctionTestTab
()
src/modules/editor/test-tab.tsx:22
FunctionThemeProvider
({ children, storageKey = 'theme', ...props }: ThemeProviderProps)
src/components/theme-provider/index.tsx:45
FunctionToaster
()
src/components/ui/toaster.tsx:11
FunctionWordBoundary
({ negate })
src/modules/editor/features/content/word-boundary.tsx:11
Methodbackslash
()
src/parser/gen.ts:38
FunctioncaptureClick
(e: MouseEvent)
src/utils/hooks/use-drag-select.tsx:5
MethodcharacterClassPrefix
()
src/parser/gen.ts:42
Methodconstructor
(regex: string, escapeBackslash: boolean)
src/parser/lexer.ts:11
Methodconstructor
( regex: string, { idGenerator = nanoid, escapeBackslash = false }: Options = {}, )
src/parser/parser.ts:23
Methodconstructor
(ast: AST.Regex, selectedIds: string[])
src/parser/gen-with-selected.ts:9
Methodconstructor
( ast: AST.Regex | AST.Node[], { literal, escapeBackslash }: Options = {}, )
src/parser/gen.ts:21
MethodcurRegex
()
src/parser/lexer.ts:22
MethodgenNode
(node: AST.Node)
src/parser/gen-with-selected.ts:17
FunctionhandleAdd
()
src/modules/editor/test-tab.tsx:66
FunctionhandleChange
(value: string)
src/modules/editor/features/content/simple-string.tsx:21
FunctionhandleChange
(e: ChangeEvent<HTMLTextAreaElement | HTMLInputElement>)
src/utils/hooks/use-debounce-change.ts:10
FunctionhandleClick
(e: React.MouseEvent)
src/modules/graph/content.tsx:11
FunctionhandleClick
()
src/components/show-more/index.tsx:14
FunctionhandleCopyPermalink
()
src/modules/home/index.tsx:125
FunctionhandleCopyPermalink
()
src/modules/editor/test-tab.tsx:44
FunctionhandleFlagsChange
(flags: string[])
src/modules/home/regex-input.tsx:49
FunctionhandleFlagsChange
(flags: string[])
src/modules/home/index.tsx:123
FunctionhandleGroupNameChange
(value: string)
src/modules/editor/features/group/index.tsx:59
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/modules/home/regex-input.tsx:55
FunctionhandleMouseUp
()
src/utils/hooks/use-drag-select.tsx:25
FunctionhandleSelectChange
(value: string)
src/modules/editor/features/content/class-character.tsx:47
FunctionnavLinkClassName
({ isActive }: { isActive: boolean })
src/components/header/index.tsx:10
FunctiononCheckedChange
(negate: boolean)
src/modules/editor/features/content/word-boundary.tsx:14
FunctiononCheckedChange
(checked: boolean)
src/components/ui/checkbox-group.tsx:51
FunctiononClick
()
src/components/mode-toggle/index.tsx:7
FunctiononCustomRangeChange
({ min, max }: { min: number, max: number })
src/modules/editor/features/quantifier/index.tsx:121
FunctiononEndChange
(end: string)
src/components/range-input/index.tsx:38
FunctiononGreedyChange
(greedy: boolean)
src/modules/editor/features/quantifier/index.tsx:131
FunctiononInputChange
(value: string)
src/modules/editor/features/content/class-character.tsx:60
← previousnext →101–200 of 215, ranked by callers