/******************************************************************** * @author: Kaven * @email: kaven@wuwenkai.com * @website: http://blog.kaven.xyz * @file: [Kaven-Basic] /src/index.string.ts * @create: 2025-06-21 08:53:44.295 * @modify: 2025-07-11 21:19:12.759 * @version: 6.0.0 * @times: 49 * @lines: 62 * @copyright: Copyright © 2018-2025 Kaven. All Rights Reserved. * @description: [description] * @license: * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. ********************************************************************/ export * from "./libs/string/CapitalizeSentences"; export * from "./libs/string/CapitalizeWords"; export * from "./libs/string/CharactersCount"; export * from "./libs/string/ContainsSubstringOnlyOnce"; export * from "./libs/string/Format"; export * from "./libs/string/GetIndent"; export * from "./libs/string/GetLeadingNumber"; export * from "./libs/string/GetStringBetween"; export * from "./libs/string/GetStringPositionBetween"; export * from "./libs/string/GetSubstring"; export * from "./libs/string/IsEqual"; export * from "./libs/string/IsStartsWithNumber"; export * from "./libs/string/IsString"; export * from "./libs/string/OnlyContains"; export * from "./libs/string/ParseFileSize"; export * from "./libs/string/RemoveAllSubStrings"; export * from "./libs/string/ReplaceAll"; export * from "./libs/string/ReplaceAllStringBetween"; export * from "./libs/string/ReplaceAt"; export * from "./libs/string/Reverse"; export * from "./libs/string/SplitByN"; export * from "./libs/string/StringDistinct"; export * from "./libs/string/SurroundBy"; export * from "./libs/string/ToArray"; export * from "./libs/string/ToUTF8ByteArray"; export * from "./libs/string/TrimAll"; export * from "./libs/string/TrimEnd"; export * from "./libs/string/TrimStart"; export * from "./libs/string/UTF8Encode"; //# sourceMappingURL=index.string.d.ts.map