mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 13:01:09 +01:00
adding regex example references
This commit is contained in:
parent
41b84cfc28
commit
b1118286a5
1 changed files with 5 additions and 0 deletions
|
@ -32,3 +32,8 @@ Cobra documentation available at https://github.com/spf13/cobra/blob/master/cobr
|
|||
* https://stackoverflow.com/questions/8757389/reading-a-file-line-by-line-in-go
|
||||
* https://www.golangprograms.com/golang-read-file-line-by-line-to-string.html
|
||||
|
||||
## Regex
|
||||
* useful site: https://regex101.com
|
||||
* [Regex to verify Hamradio callsign and retrieve prefix](https://regex101.com/library/6QhGuD)
|
||||
* [Hamradio callsign](https://regex101.com/library/uP6xD2)
|
||||
* [Verify amateur radio call sign meets ITU format](https://regex101.com/library/gS6qG8)
|
Loading…
Reference in a new issue