Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev documentation for parsing #46

Open
classabbyamp opened this issue Jan 20, 2021 · 1 comment
Open

dev documentation for parsing #46

classabbyamp opened this issue Jan 20, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@classabbyamp
Copy link
Member

explain what happens, relation to spec, etc

@classabbyamp classabbyamp added the documentation Improvements or additions to documentation label Jan 20, 2021
@obi134
Copy link
Contributor

obi134 commented Jan 20, 2021

Don't want to loose this explanation for the data regex:

    # explanation:
    # starting with optional '=' 
    #     (If an alias prefix is preceded by ‘=’, this indicates that the 
    #      prefix is to be treated as a full callsign, i.e. must be an exact match.)
    # Named group 'prefix': one or more of characters (both cases), numbers and '/'
    # Optional non-capturing group, named group 'cq' inside of '()' capturing numbers 
    #     ((#) Override CQ Zone)
    # Optional non-capturing group, named group 'itu' inside of '[]' capturing numbers 
    #     ([#] Override ITU Zone)
    # Optional named group 'latlong', inside of '<>' two named groups 'lat' and 'long' separated by '/'
    #     (<#/#> Override latitude/longitude)
    # Optional non-capturing group, named group 'continent' inside of '{}' capturing characters 
    #     ({aa} Override Continent)
    # Optional non-capturing group, named group 'tz' inside of '~~' 
    #     (~#~ Override local time offset from GMT)

obi134 added a commit to obi134/ctyparser that referenced this issue Jan 20, 2021
Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants