Skip to content

Commit

Permalink
Fix an import
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jan 9, 2025
1 parent 91ab618 commit a9b25be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { wordPattern } from '../inconsistent-naming-scheme/detect-naming-scheme.js'
/** Extracts individual words in every naming scheme. */
export const wordPattern = /([A-Z0-9]{2,}(?![A-Z][a-z])|[A-Z]?[a-z0-9]+)/g

/**
* Extract the main subject in a multi-word subject name.
Expand Down

0 comments on commit a9b25be

Please sign in to comment.