string-transform-ad ~master (2022-03-30T18:45:08.5817779)
Dub
Repo
InflectionRule
inflections
Inflector
Undocumented in source.
class
InflectionRule :
InflectionInterface
(
string
expression
string
format
string
matchOptions
= ""
) {
static
InflectionInterface
opCall
();
string
inflect
(string input);
bool
matches
(string input);
}
Members
Functions
inflect
string
inflect
(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool
matches
(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
InflectionInterface
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From InflectionInterface
inflect
string
inflect
(string input)
Undocumented in source.
matches
bool
matches
(string input)
Undocumented in source.
Meta
Source
See Implementation
inflections
Inflector
classes
InflectionRule
Inflector
interfaces
InflectionInterface
structs
Translation