toNumber
String converters
Adds toDouble and toFloat methods for converting strings to numeric types in Swift
This is adding toDouble and toFloat method for String.
10 stars
4 watching
1 forks
Language: Swift
last commit: about 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
simonfairbairn/swiftymarkdown | Converts Markdown text into attributed strings for use in iOS apps | 1,645 |
moodlezoup/sol2string | A Solidity library to convert large integers to strings efficiently | 23 |
flinedev/bartycrouch | Automates string updates and translations in Xcode projects | 1,365 |
burgyn/mmlib.tostring | Automatically generates a ToString method for classes with a custom attribute | 18 |
busser/tfautomv | Automatically generates moved blocks in Terraform code to simplify refactoring | 704 |
prestancedesign/babashka-htmx-todoapp | A quick example of a todo list application built with Babashka and htmx without requiring any JavaScript. | 169 |
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
jyothsnasrinivas/eta-todo | A simple to-do web application in Haskell using the Spock web framework and Lucid DSL. | 16 |
dduan/tomldecoder | A tool to convert TOML data into Swift Codable objects | 71 |
preslavmihaylov/todocheck | Annotates TODO comments with issue links to prevent undocumented code issues | 427 |
ianstormtaylor/to-dot-case | Converts a string to a standardized case format | 5 |
lukechilds/htconvert | Converts Apache .htaccess redirects to Nginx configuration file equivalents | 188 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
lashoun/slugify | Converts filenames and directories to web-friendly formats. | 4 |