1
0
Fork 0
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:
Jean-Marc Meessen 2020-05-30 17:25:33 +02:00
parent 41b84cfc28
commit b1118286a5

View file

@ -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)