README ¶ MFSTRINGUTIL Simple string utilities. I wrote these as I was tired of typing the same code into my projects just to check if a string consists of all digits. v1.0.0 func StringAllDigits(instr string, acceptperiod bool) bool Determines whether a string is made up of all digits. Optionally specifying if it accepts a period character. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func StringAllDigits(instr string, acceptperiod bool) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StringAllDigits ¶ func StringAllDigits(instr string, acceptperiod bool) bool Types ¶ This section is empty. Source Files ¶ View all Source files mfstringutil.go Click to show internal directories. Click to hide internal directories.