CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
PhoneticPattern
Interface PhoneticPattern
PhoneticPattern defines a single pattern for phonetic mapping.
interface
PhoneticPattern
{
all
?:
boolean
;
pattern
:
RegExp
;
replace
:
string
;
}
Index
Properties
all?
pattern
replace
Properties
Optional
all
all
?:
boolean
pattern
pattern
:
RegExp
replace
replace
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
all
pattern
replace
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
PhoneticPattern defines a single pattern for phonetic mapping.