pf-string.psd1

@{
  RootModule = 'pf-string.psm1'
  ModuleVersion = '1.0.0.95'
  GUID = 'b81f9446-9021-4471-bf0e-57e08a458aad'
  Author = 'John.Leyva'
  CompanyName = 'Unknown'
  Copyright = '(c) John.Leyva. All rights reserved.'
  Description = 'pf-string'
  FunctionsToExport =
    'Add-Prefix',
    'Add-Section',
    'Add-Suffix',
    'convert-bool',
    'Get-Abbreviation',
    'Get-CharRange',
    'Get-Chars',
    'Get-HeadAndTail',
    'Get-Like_Match',
    'Get-ListRecords',
    'Get-LongestPrefix',
    'Get-NewName_Preextension',
    'Get-RandomPassword',
    'Get-RandomString',
    'Get-Regex_Match',
    'Get-RegEx_MatchGroup',
    'Get-RootPrefix',
    'Get-SizeText',
    'Get-TimeStamp',
    'Invoke-PSTemplate',
    'Join-Script',
    'Join-String',
    'Measure-StringDistance',
    'Split-StringInColumns',
    'Test-Like',
    'Test-Number',
    'Test-SubString',
    'Update-File_Replace_PSTemplate',
    'Update-FileContent_Replace',
    'Update-FileContent_Replace_Multiple',
    'Update-FolderContent_Replace',
    'Update-Prefix',
    'Update-String_Enclose',
    'Update-String_Replace_Multiple',
    'Update-Suffix'
  CmdletsToExport = @()
  VariablesToExport = '*'
  AliasesToExport = @()
  PrivateData = @{PSData = @{}}
}