StringConversion extension
- on
Methods
-
convertVariableToValue(
List< VariableModel> vars) → String -
Available on String, provided by the StringConversion extension
extract variablesAPI collectionform string -
getRepoUrl(
) → String -
Available on String, provided by the StringConversion extension
get repository URL direct -
lowerCaseFirstLetter(
) → String -
Available on String, provided by the StringConversion extension
lower the first letter in word . Ex : ContactUs => contactUs -
toCamelCaseFirstLetterForEachWord(
) → String -
Available on String, provided by the StringConversion extension
convert String with lower case to upper case word . Ex : contact_us => ContactUs -
updateSlashInUrl(
) → String -
Available on String, provided by the StringConversion extension