mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
removed old regex. but new one needs improvements as well
This commit is contained in:
parent
1e6364400d
commit
0e340296cc
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class Entry:
|
|||
|
||||
@staticmethod
|
||||
def title_regex(self):
|
||||
pattern = r'^(([^|]|[^\s])[^\n]*)'
|
||||
pattern = r'^20.*'
|
||||
return re.compile( pattern, re.UNICODE|re.MULTILINE )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue