MCPcopy Create free account
hub / github.com/SplootCode/splootcode / convertToURL

Function convertToURL

packages/components/src/save_project_modal.tsx:36–41  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

34import { RunTypeIcon } from './run_type_icon'
35
36function convertToURL(title: string) {
37 return title
38 .toLowerCase()
39 .replace(/ /g, '-')
40 .replace(/[^\w-]+/g, '')
41}
42
43interface SaveProjectModalProps {
44 isOpen: boolean

Callers 1

handleTitleChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected