Rename the folders.

This commit is contained in:
Stephan Porada 2021-10-31 00:06:55 +02:00
parent 7fa280187b
commit 3c7bf475bb
5 changed files with 1 additions and 1 deletions

View File

View File

@ -11,7 +11,7 @@ def find_pattern(pattern_string):
def main():
pattern_string = r'[a-z][A-Z]{3}(?P<solution>[a-z]){1}[A-Z]{3}[a-z]'
pattern_string = r'[a-z][A-Z]{3}(?P<solution>[a-z]){01}[A-Z]{3}[a-z]'
string = find_pattern(pattern_string)
builder = Url()
builder.slug = 'php'