Skip to content
View 0OZ's full-sized avatar
:octocat:
= 🐙 + 🐱
:octocat:
= 🐙 + 🐱

Organizations

@arctic-so
Block or Report

Block or report 0OZ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0OZ/README.md

🅧

Architecting The Digital.

Shalom!


🧰 Languages and Tools

Kotlin

Spring

Angular

Git

Linux

Linux

Linux

Linux

React

Python

GitHub

Bash


📊 Stats

Top Langs

Pinned Loading

  1. Regex for German street names Regex for German street names
    1
    # Regular Expressions
    2
    
                  
    3
    ```regex
    4
    ((Ober|Unter den|An |Im |Platz |Berg |Am |Alt\-).+|(?:([A-Z][a-zäüö-]+){1,2})).([Cc]haussee|[Aa]llee|[sS]tr(\.|(a(ss|ß)e))|[Rr]ing|berg|gasse|grund|hörn| Nord|graben|[mM]arkt|[Uu]fer|[Ss]tieg|[Ll]inden|[Dd]amm|[pP]latz|brücke|Steinbüchel|Burg|stiege|[Ww]eg|rain|park|[Ww]eide|[Hh][oö]f|pfad|garten|bogen|passage).+?(\d{1,4})([a-zäöüß]+)?(\-?\d{1,4}[a-zäöüß]?)?
    5
    ```